Commit e9445e6
authored
Bump pytest-codspeed from 4.0.0 to 4.1.1 (#1259)
Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed)
from 4.0.0 to 4.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>v4.1.1</h2>
<h2>What's Changed?</h2>
<ul>
<li>fix: build on macos with instrument-hooks by <a
href="https://github.com/not-matthias"><code>@not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/90">CodSpeedHQ/pytest-codspeed#90</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.1.0...v4.1.1">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.1.0...v4.1.1</a></p>
<h2>v4.1.0</h2>
<h2>What's New?</h2>
<p>🚀 The new version of <a
href="https://github.com/CodSpeedHQ/instrument-hooks">CodSpeedHQ/instrument-hooks</a>
will improve the quality of the walltime profiling!</p>
<h2>Details</h2>
<h3>✨ Features</h3>
<ul>
<li>Bump instrument-hooks (<a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/87">#87</a>)
by <a
href="https://github.com/not-matthias"><code>@not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/87">#87</a></li>
</ul>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Use ParamSpec in instrument definition instead of tuple and dict by
<a href="https://github.com/art049"><code>@art049</code></a></li>
<li>Use ParamSpec in the plugin call definition by <a
href="https://github.com/flying-sheep"><code>@flying-sheep</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->📚 Documentation</h3>
<ul>
<li>Add pull_request trigger comment by <a
href="https://github.com/adriencaccia"><code>@adriencaccia</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Internals</h3>
<ul>
<li>Exclude beta tags in changelog by <a
href="https://github.com/art049"><code>@art049</code></a></li>
<li>Switch to sharded upload (<a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/75">#75</a>)
by <a href="https://github.com/art049"><code>@art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/75">#75</a></li>
<li>Fix changelog generation by <a
href="https://github.com/art049"><code>@art049</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.0.0...v4.1.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.0.0...v4.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>[4.1.1] - 2025-10-07</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Wheel installation due to file system loop</li>
<li>Use ParamSpec in instrument definition instead of tuple and dict by
<a href="https://github.com/art049"><code>@art049</code></a></li>
<li>Use ParamSpec in the plugin call definition by <a
href="https://github.com/flying-sheep"><code>@flying-sheep</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->📚 Documentation</h3>
<ul>
<li>Add pull_request trigger comment by <a
href="https://github.com/adriencaccia"><code>@adriencaccia</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Internals</h3>
<ul>
<li>Remove the beta versions from the changelog by <a
href="https://github.com/art049"><code>@art049</code></a></li>
<li>Exclude beta tags in changelog by <a
href="https://github.com/art049"><code>@art049</code></a></li>
<li>Bump instrument-hooks (<a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/87">#87</a>)
by <a
href="https://github.com/not-matthias"><code>@not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/87">#87</a></li>
<li>Switch to sharded upload (<a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/75">#75</a>)
by <a href="https://github.com/art049"><code>@art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/75">#75</a></li>
<li>Fix changelog generation by <a
href="https://github.com/art049"><code>@art049</code></a></li>
</ul>
<h2>[4.1.0] - 2025-10-06</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Use ParamSpec in instrument definition instead of tuple and dict by
<a href="https://github.com/art049"><code>@art049</code></a></li>
<li>Use ParamSpec in the plugin call definition by <a
href="https://github.com/flying-sheep"><code>@flying-sheep</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->📚 Documentation</h3>
<ul>
<li>Add pull_request trigger comment by <a
href="https://github.com/adriencaccia"><code>@adriencaccia</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Internals</h3>
<ul>
<li>Exclude beta tags in changelog by <a
href="https://github.com/art049"><code>@art049</code></a></li>
<li>Bump instrument-hooks (<a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/87">#87</a>)
by <a
href="https://github.com/not-matthias"><code>@not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/87">#87</a></li>
<li>Switch to sharded upload (<a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/75">#75</a>)
by <a href="https://github.com/art049"><code>@art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/75">#75</a></li>
<li>Fix changelog generation 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/58ee9e99b6ceb7f9cd00c3c5a3f0df7f5149bb57"><code>58ee9e9</code></a>
Release v4.1.1 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/01742c8e1b279c69823514f40da84658d6b58dce"><code>01742c8</code></a>
fix: wheel installation due to file system loop</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/791bed2a9bdd7d3400eb21ba05efa44afb1ad687"><code>791bed2</code></a>
chore: remove the beta versions from the changelog</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/0a3c31b37e5ccb1c0cffea11f59303da6e13bf7b"><code>0a3c31b</code></a>
Release v4.1.0 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/6cb7a88ac1fdaa85d202f5c93a9c06427f1bade0"><code>6cb7a88</code></a>
chore: exclude beta tags in changelog</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/63eec3bf9a5f4e96903860d99722fd4a2eb7c9fa"><code>63eec3b</code></a>
chore: bump instrument-hooks (<a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/87">#87</a>)</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/192d881ab8501d77a470cffbd341fd9b66bcf4b4"><code>192d881</code></a>
ci: switch to sharded upload (<a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/75">#75</a>)</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/5f6971d8bf19f0e048244568a14b759e76ea9811"><code>5f6971d</code></a>
fix: use ParamSpec in instrument definition instead of tuple and
dict</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/44071fc1668ac2cd489017e3427a8c816a524d04"><code>44071fc</code></a>
fix: use ParamSpec in the plugin call definition</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/475be0c99deee08b0d07a6ee35eb51d0b1157258"><code>475be0c</code></a>
docs: add pull_request trigger comment</li>
<li>Additional commits viewable in <a
href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.0.0...v4.1.1">compare
view</a></li>
</ul>
</details>
<br />
[](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 af0dfd2 commit e9445e6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments