Skip to content

Commit

Permalink
Bump pytest-codspeed from 3.1.0 to 3.1.1 (#10311)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 237d467 commit a91dc8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pytest==8.1.1
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.1.0
pytest-codspeed==3.1.1
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pytest==8.1.1
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.1.0
pytest-codspeed==3.1.1
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pytest==8.1.1
# -r requirements/lint.in
# pytest-codspeed
# pytest-mock
pytest-codspeed==3.1.0
pytest-codspeed==3.1.1
# via -r requirements/lint.in
pytest-mock==3.14.0
# via -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pytest==8.1.1
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.1.0
pytest-codspeed==3.1.1
# via -r requirements/test.in
pytest-cov==6.0.0
# via -r requirements/test.in
Expand Down

0 comments on commit a91dc8f

Please sign in to comment.