Skip to content

[pull] master from aio-libs:master#298

Merged
pull[bot] merged 2 commits intotj-python:masterfrom
aio-libs:master
Jul 10, 2025
Merged

[pull] master from aio-libs:master#298
pull[bot] merged 2 commits intotj-python:masterfrom
aio-libs:master

Conversation

@pull
Copy link

@pull pull bot commented Jul 10, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.2)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot bot and others added 2 commits July 10, 2025 10:30
Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed)
from 3.2.0 to 4.0.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.0.0</h2>
<h2>What's Changed</h2>
<p>This release introduces profiling to the walltime instrument and
includes several key improvements to the existing benchmark fixture API!
🎉</p>
<blockquote>
<p>[!WARNING]<br />
Since we're now using <a
href="https://github.com/CodSpeedHQ/instrument-hooks/">CodSpeedHQ/instrument-hooks</a>
to control the instrument state, the performance may slightly change in
tiny microbenchmarks when upgrading.</p>
</blockquote>
<h3>🚀 Features</h3>
<ul>
<li>Support perf profiling in Python walltime instrument by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/79">CodSpeedHQ/pytest-codspeed#79</a></li>
<li>Support pytest-benchmark marker attributes by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/80">CodSpeedHQ/pytest-codspeed#80</a></li>
<li>Support the pedantic API by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/81">CodSpeedHQ/pytest-codspeed#81</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a>
made their first contribution in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/79">CodSpeedHQ/pytest-codspeed#79</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.2.0...v4.0.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.2.0...v4.0.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.0.0] - 2025-07-10</h2>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>Update readme by <a
href="https://github.com/art049"><code>@​art049</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Internals</h3>
<ul>
<li>Remove pre-releases from git-cliff changelog by <a
href="https://github.com/art049"><code>@​art049</code></a></li>
<li>Link to the documentation by <a
href="https://github.com/art049"><code>@​art049</code></a></li>
<li>Improve reliability of perf trampoline compatibility checks by <a
href="https://github.com/art049"><code>@​art049</code></a></li>
</ul>
<h2>[4.0.0-beta1] - 2025-06-10</h2>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Reenable walltime instrument hooks by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/82">#82</a></li>
</ul>
<h2>[4.0.0-beta] - 2025-06-06</h2>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>Support pytest-benchmark's pedantic API by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/81">#81</a></li>
<li>Make sure the benchmark fixture can only be called once per bench by
<a href="https://github.com/art049"><code>@​art049</code></a></li>
<li>Support marker attributes to customize the walltime execution by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/80">#80</a></li>
<li>Use instrument hooks by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li>
<li>Add instrument-hooks native module by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Fix native library typing by <a
href="https://github.com/art049"><code>@​art049</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->🧪 Testing</h3>
<ul>
<li>Add benches from the documentation's getting started by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/71">#71</a></li>
<li>Add simple python benches by <a
href="https://github.com/art049"><code>@​art049</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Internals</h3>
<ul>
<li>Bump ruff by <a
href="https://github.com/art049"><code>@​art049</code></a></li>
<li>Update release workflow to include submodules by <a
href="https://github.com/art049"><code>@​art049</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/79">#79</a></li>
<li>Remove valgrind wrapper by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li>
<li>Update apt before installing packages 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/f3b85bc79e9659936f549f06d468ebc7276bbd1a"><code>f3b85bc</code></a>
Release v4.0.0 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/f97b02d43591aa4cff2bfe8408beaf92bad6d426"><code>f97b02d</code></a>
chore: remove pre-releases from git-cliff changelog</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/a4e5901701a572f4c4745e807fdd45df75a2853e"><code>a4e5901</code></a>
feat: update readme</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/8b1fb2f7d0e0e02041019e73ae966011497bdc46"><code>8b1fb2f</code></a>
chore: link to the documentation</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/3181f6d4ab9ca1ad2b4524b49d90b759ea397292"><code>3181f6d</code></a>
chore: improve reliability of perf trampoline compatibility checks</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/e49de52abe56e5757a84e42c624e799e63d6b82a"><code>e49de52</code></a>
Release v4.0.0-beta1 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/0eba0c5ce136fb9e1545fb9dd49b88cf29f8508b"><code>0eba0c5</code></a>
fix: reenable walltime instrument hooks</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/7b8c2c9ded80703bf1d1e61944e1e007c03ceda4"><code>7b8c2c9</code></a>
Release v4.0.0-beta 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/96fe457ff3bba6c22194a5b7f94a683ef31bd727"><code>96fe457</code></a>
feat: support pytest-benchmark's pedantic API</li>
<li><a
href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/c4adb9b483bc3b5d5f9cd6c0d440d3e5b819002b"><code>c4adb9b</code></a>
feat: make sure the benchmark fixture can only be called once per
bench</li>
<li>Additional commits viewable in <a
href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v3.2.0...v4.0.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.2.0&new-version=4.0.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Jul 10, 2025
@pull pull bot added the ⤵️ pull label Jul 10, 2025
@pull pull bot merged commit 16703bb into tj-python:master Jul 10, 2025
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant