Skip to content

Commit 7c2e2e7

Browse files
Bump pytest-codspeed from 3.0.0 to 3.1.0 (#10242)
Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 3.0.0 to 3.1.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>v3.1.0</h2> <h2>What's changed</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Build the native extension during packaging to avoid runtime build issues by <a href="https://github.com/art049"><code>@​art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/57">CodSpeedHQ/pytest-codspeed#57</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0...v3.1.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0...v3.1.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>[3.1.0] - 2024-12-09</h2> <h3><!-- raw HTML omitted -->🏗️ Refactor</h3> <ul> <li>Remove the scripted semver generation by <a href="https://github.com/art049"><code>@​art049</code></a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Fix typo in cibuildwheel config by <a href="https://github.com/art049"><code>@​art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/57">#57</a></li> </ul> <h2>[3.1.0-beta] - 2024-12-06</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Check buildability and fallback when build doesn't work by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Compile the callgrind wrapper at build time by <a href="https://github.com/art049"><code>@​art049</code></a></li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Allow build on arm64 by <a href="https://github.com/art049"><code>@​art049</code></a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Build wheels with cibuildwheel by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Allow forcing integrated tests by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Fix release script by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Use bumpver to manage versions by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Add a changelog by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Force native extension build in CI by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Updated matrix release workflow by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Use a common python version in the codspeed job by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Fix the codspeed workflow by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Use uv in CI by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Commit uv lock file by <a href="https://github.com/art049"><code>@​art049</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/3b1a30c6e408a8c9a69af47cae56ec44a5a84ad5"><code>3b1a30c</code></a> Release v3.1.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/ad1d41190cafe61588449500901b990f72ba1d01"><code>ad1d411</code></a> refactor: remove the scripted semver generation</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/c4dfe748e9b008f31049750667118556320f66c6"><code>c4dfe74</code></a> chore: fix typo in cibuildwheel config</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/58bd8de9e7ed4c786b294100d09370dd770510d2"><code>58bd8de</code></a> Release v3.1.0-beta 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/804efe93f96d92cca26718e636687a0ce582a552"><code>804efe9</code></a> chore(ci): build wheels with cibuildwheel</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/c99efafc8e8ab9c0ca1ef07081389e5ac5121adf"><code>c99efaf</code></a> chore: allow forcing integrated tests</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/e7ef8537bca9ea5d72fbcc2003536721b4b8faef"><code>e7ef853</code></a> chore: fix release script</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/fab73b437748a4afdcd1e2ea3d89862a88acee12"><code>fab73b4</code></a> chore: use bumpver to manage versions</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/5076be076b53063e37f60cb32e5c836ca0a3c75f"><code>5076be0</code></a> chore: add a changelog</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/59989b0e8e009622ebd5b0ca205762847cdbfaa3"><code>59989b0</code></a> fix: allow build on arm64</li> <li>Additional commits viewable in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.0.0...v3.1.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=3.0.0&new-version=3.1.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 850f5a4 commit 7c2e2e7

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

requirements/constraints.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ exceptiongroup==1.2.2
6969
execnet==2.1.1
7070
# via pytest-xdist
7171
filelock==3.16.1
72-
# via
73-
# pytest-codspeed
74-
# virtualenv
72+
# via virtualenv
7573
freezegun==1.5.1
7674
# via
7775
# -r requirements/lint.in
@@ -170,7 +168,7 @@ pytest==8.3.3
170168
# pytest-cov
171169
# pytest-mock
172170
# pytest-xdist
173-
pytest-codspeed==3.0.0
171+
pytest-codspeed==3.1.0
174172
# via
175173
# -r requirements/lint.in
176174
# -r requirements/test.in

requirements/dev.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ exceptiongroup==1.2.2
6767
execnet==2.1.1
6868
# via pytest-xdist
6969
filelock==3.16.1
70-
# via
71-
# pytest-codspeed
72-
# virtualenv
70+
# via virtualenv
7371
freezegun==1.5.1
7472
# via
7573
# -r requirements/lint.in
@@ -165,7 +163,7 @@ pytest==8.3.3
165163
# pytest-cov
166164
# pytest-mock
167165
# pytest-xdist
168-
pytest-codspeed==3.0.0
166+
pytest-codspeed==3.1.0
169167
# via
170168
# -r requirements/lint.in
171169
# -r requirements/test.in

requirements/lint.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ distlib==0.3.9
2626
exceptiongroup==1.2.2
2727
# via pytest
2828
filelock==3.16.1
29-
# via
30-
# pytest-codspeed
31-
# virtualenv
29+
# via virtualenv
3230
freezegun==1.5.1
3331
# via -r requirements/lint.in
3432
identify==2.6.1
@@ -70,7 +68,7 @@ pytest==8.3.3
7068
# -r requirements/lint.in
7169
# pytest-codspeed
7270
# pytest-mock
73-
pytest-codspeed==3.0.0
71+
pytest-codspeed==3.1.0
7472
# via -r requirements/lint.in
7573
pytest-mock==3.14.0
7674
# via -r requirements/lint.in

requirements/test.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ exceptiongroup==1.2.2
3535
# via pytest
3636
execnet==2.1.1
3737
# via pytest-xdist
38-
filelock==3.16.1
39-
# via pytest-codspeed
4038
freezegun==1.5.1
4139
# via -r requirements/test.in
4240
frozenlist==1.5.0
@@ -92,7 +90,7 @@ pytest==8.3.3
9290
# pytest-cov
9391
# pytest-mock
9492
# pytest-xdist
95-
pytest-codspeed==3.0.0
93+
pytest-codspeed==3.1.0
9694
# via -r requirements/test.in
9795
pytest-cov==5.0.0
9896
# via -r requirements/test.in

0 commit comments

Comments
 (0)