forked from aio-libs/aiohttp
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from aio-libs:master #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+6
−6
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.2.0 to 4.3.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.3.0</h2> <h2>What's Changed</h2> <p>This release brings support for the <a href="https://codspeed.io/docs/instruments/memory"><strong>memory instrument</strong></a>, which enables you to track memory usage, heap allocations, and memory leaks in your benchmarks.</p> <ul> <li>Bump uv in CI from 0.5.20 to 0.9.5 by <a href="https://github.com/edgarrmondragon"><code>@edgarrmondragon</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/95">CodSpeedHQ/pytest-codspeed#95</a></li> <li>feat/improve local walltime by <a href="https://github.com/adriencaccia"><code>@adriencaccia</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/97">CodSpeedHQ/pytest-codspeed#97</a></li> <li>feat: rename instrumentation to simulation by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/98">CodSpeedHQ/pytest-codspeed#98</a></li> <li>Pin python in ci integration tests to prevent intermitent codspeed segfaults in walltime by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/105">CodSpeedHQ/pytest-codspeed#105</a></li> <li>feat: add memory profiling support by <a href="https://github.com/not-matthias"><code>@not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/103">CodSpeedHQ/pytest-codspeed#103</a></li> <li>feat: add .gitignore to .codspeed folder on creation by <a href="https://github.com/art049"><code>@art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/107">CodSpeedHQ/pytest-codspeed#107</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> made their first contribution in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/98">CodSpeedHQ/pytest-codspeed#98</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.2.0...v4.3.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.2.0...v4.3.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.3.0] - 2026-02-09</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Add .gitignore to .codspeed folder on creation (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/107">#107</a>) by <a href="https://github.com/art049"><code>@art049</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/107">#107</a></li> <li>Support memory profiling by <a href="https://github.com/not-matthias"><code>@not-matthias</code></a></li> <li>Rename instrumentation to simulation by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/98">#98</a></li> <li>Improve time unit display in local walltime by <a href="https://github.com/adriencaccia"><code>@adriencaccia</code></a></li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Switch to OIDC token by <a href="https://github.com/not-matthias"><code>@not-matthias</code></a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Use github runner instead of buildjet by <a href="https://github.com/art049"><code>@art049</code></a></li> <li>Enable memory profiling by <a href="https://github.com/not-matthias"><code>@not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/103">#103</a></li> <li>Pin python to 3.14.2 in CI to prevent walltime crashes by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/105">#105</a></li> <li>Add comment about uv pinning by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a></li> <li>Add comment to explain results storing in .codspeed folder by <a href="https://github.com/adriencaccia"><code>@adriencaccia</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/97">#97</a></li> <li>Add 3.14 to the list of supported python versions by <a href="https://github.com/adriencaccia"><code>@adriencaccia</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/a24abfe8f2e4c789d961daa90b47c082ad6e6f96"><code>a24abfe</code></a> Release v4.3.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/748f2ddc0af84e53bb992f6588d8acbe688a95d2"><code>748f2dd</code></a> ci: use github runner instead of buildjet</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/66e54c83bf4cc0fefc21c369f2cfac00530cfda8"><code>66e54c8</code></a> feat: add .gitignore to .codspeed folder on creation (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/107">#107</a>)</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/36f59306ed2341d8eb9647cf3ab471478b43c1fb"><code>36f5930</code></a> chore(ci): enable memory profiling</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/8ce65af09d12dd9ccf8adce82b759e541268a672"><code>8ce65af</code></a> feat: support memory profiling</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/4df4f8c3b56b48e8952ccab6c54fe96f970a7659"><code>4df4f8c</code></a> fix(ci): switch to OIDC token</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/c3a194a79a148f02fb5fdd1628b9b934fd39f859"><code>c3a194a</code></a> chore: pin python to 3.14.2 in CI to prevent walltime crashes</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/adee8a12aa89dd2173a1e7b588cfd9147ee1769b"><code>adee8a1</code></a> feat: rename instrumentation to simulation</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/08e0519e579b3bf8d56c1fa368ccaf6cbda1aa0d"><code>08e0519</code></a> chore: add comment about uv pinning</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/bb84077c947d27c53e0336cfedcf1dc90a305d41"><code>bb84077</code></a> chore: add comment to explain results storing in .codspeed folder</li> <li>Additional commits viewable in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.2.0...v4.3.0">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 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>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )