Skip to content

Commit 8bd21e2

Browse files
Bump pytest-codspeed from 3.1.0 to 3.1.1 (#10312)
Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 3.1.0 to 3.1.1. <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.1</h2> <h2>What's Changed</h2> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Add a py3-none-any fallback wheel by <a href="https://github.com/art049"><code>@​art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/61">CodSpeedHQ/pytest-codspeed#61</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0...v3.1.1">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0...v3.1.1</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.1] - 2025-01-07</h2> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Fix tag num with bumpver by <a href="https://github.com/art049"><code>@​art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/61">#61</a></li> <li>Update uv lock before release by <a href="https://github.com/art049"><code>@​art049</code></a></li> <li>Add a py3-none-any fallback wheel 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/11de031ee1defbe67cdba634d0170489e99617cb"><code>11de031</code></a> Release v3.1.1 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/9294a19070fca9bccfa187643a03b94bc1abe654"><code>9294a19</code></a> chore: fix tag num with bumpver</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/fa3d6e8be34092c0713141f091a9e02f0dbd4671"><code>fa3d6e8</code></a> chore: update uv lock before release</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/64900a815c61176123f07d9dab971502a449675b"><code>64900a8</code></a> ci: add a py3-none-any fallback wheel</li> <li>See full diff in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.1.0...v3.1.1">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.1.0&new-version=3.1.1)](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 6473051 commit 8bd21e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pytest==8.3.4
168168
# pytest-cov
169169
# pytest-mock
170170
# pytest-xdist
171-
pytest-codspeed==3.1.0
171+
pytest-codspeed==3.1.1
172172
# via
173173
# -r requirements/lint.in
174174
# -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pytest==8.3.4
163163
# pytest-cov
164164
# pytest-mock
165165
# pytest-xdist
166-
pytest-codspeed==3.1.0
166+
pytest-codspeed==3.1.1
167167
# via
168168
# -r requirements/lint.in
169169
# -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pytest==8.3.4
6868
# -r requirements/lint.in
6969
# pytest-codspeed
7070
# pytest-mock
71-
pytest-codspeed==3.1.0
71+
pytest-codspeed==3.1.1
7272
# via -r requirements/lint.in
7373
pytest-mock==3.14.0
7474
# via -r requirements/lint.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pytest==8.3.4
9090
# pytest-cov
9191
# pytest-mock
9292
# pytest-xdist
93-
pytest-codspeed==3.1.0
93+
pytest-codspeed==3.1.1
9494
# via -r requirements/test.in
9595
pytest-cov==6.0.0
9696
# via -r requirements/test.in

0 commit comments

Comments
 (0)