Skip to content

Commit da50f24

Browse files
Bump pytest-codspeed from 4.4.0 to 4.5.0 (#12437)
Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.4.0 to 4.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/releases">pytest-codspeed's releases</a>.</em></p> <blockquote> <h2>v4.5.0</h2> <h2>What's Changed</h2> <p>This release adds first support for macOS walltime.</p> <p>Please note that profiling and other instruments are not yet available on macOS and will come in a later update.</p> <ul> <li>Support macos walltime without profiling in pytest-codspeed by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/117">CodSpeedHQ/pytest-codspeed#117</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.4.0...v4.5.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.4.0...v4.5.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md">pytest-codspeed's changelog</a>.</em></p> <blockquote> <h2>[4.5.0] - 2026-04-28</h2> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Pre-build macos binary by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/117">#117</a></li> <li>Bump instrument-hooks submodule to use int32_t as pid by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li> <li>Add macos integration test by <a href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/2dc73989e2d58c58f7be53bcc9a7955d01461486"><code>2dc7398</code></a> Release v4.5.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/48f8ce80dcc9c37033512737315bcd4e5d777e0f"><code>48f8ce8</code></a> chore: pre-build macos binary</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/facf0502e5b535882bf7502ee6aba60c5ca78763"><code>facf050</code></a> chore: bump instrument-hooks submodule to use int32_t as pid</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/d42de442be0037705d13e8c02108210aa230c736"><code>d42de44</code></a> ci: add macos integration test</li> <li>See full diff in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.4.0...v4.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=4.4.0&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 573313e commit da50f24

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pytest==9.0.3
183183
# pytest-cov
184184
# pytest-mock
185185
# pytest-xdist
186-
pytest-codspeed==4.4.0
186+
pytest-codspeed==4.5.0
187187
# via
188188
# -r requirements/lint.in
189189
# -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pytest==9.0.3
178178
# pytest-cov
179179
# pytest-mock
180180
# pytest-xdist
181-
pytest-codspeed==4.4.0
181+
pytest-codspeed==4.5.0
182182
# via
183183
# -r requirements/lint.in
184184
# -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pytest==9.0.3
8888
# -r requirements/lint.in
8989
# pytest-codspeed
9090
# pytest-mock
91-
pytest-codspeed==4.4.0
91+
pytest-codspeed==4.5.0
9292
# via -r requirements/lint.in
9393
pytest-mock==3.15.1
9494
# via -r requirements/lint.in

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pytest==9.0.3
7373
# pytest-cov
7474
# pytest-mock
7575
# pytest-xdist
76-
pytest-codspeed==4.4.0
76+
pytest-codspeed==4.5.0
7777
# via -r requirements/test-common.in
7878
pytest-cov==7.1.0
7979
# via -r requirements/test-common.in

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pytest==9.0.3
106106
# pytest-cov
107107
# pytest-mock
108108
# pytest-xdist
109-
pytest-codspeed==4.4.0
109+
pytest-codspeed==4.5.0
110110
# via -r requirements/test-common.in
111111
pytest-cov==7.1.0
112112
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pytest==9.0.3
106106
# pytest-cov
107107
# pytest-mock
108108
# pytest-xdist
109-
pytest-codspeed==4.4.0
109+
pytest-codspeed==4.5.0
110110
# via -r requirements/test-common.in
111111
pytest-cov==7.1.0
112112
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)