Avatar for the aio-libs user
aio-libs
janus
BlogDocsChangelog

Performance History

Latest Results

Bump pytest-cov from 7.0.0 to 7.1.0 (#840) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p> <blockquote> <h2>7.1.0 (2026-03-21)</h2> <ul> <li> <p>Fixed total coverage computation to always be consistent, regardless of reporting settings. Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on reporting options. See <code>[#641](https://github.com/pytest-dev/pytest-cov/issues/641) &lt;https://github.com/pytest-dev/pytest-cov/issues/641&gt;</code>_.</p> </li> <li> <p>Improve handling of ResourceWarning from sqlite3.</p> <p>The plugin adds warning filter for sqlite3 <code>ResourceWarning</code> unclosed database (since 6.2.0). It checks if there is already existing plugin for this message by comparing filter regular expression. When filter is specified on command line the message is escaped and does not match an expected message. A check for an escaped regular expression is added to handle this case.</p> <p>With this fix one can suppress <code>ResourceWarning</code> from sqlite3 from command line::</p> <p>pytest -W &quot;ignore:unclosed database in &lt;sqlite3.Connection object at:ResourceWarning&quot; ...</p> </li> <li> <p>Various improvements to documentation. Contributed by Art Pelling in <code>[#718](https://github.com/pytest-dev/pytest-cov/issues/718) &lt;https://github.com/pytest-dev/pytest-cov/pull/718&gt;</code>_ and &quot;vivodi&quot; in <code>[#738](https://github.com/pytest-dev/pytest-cov/issues/738) &lt;https://github.com/pytest-dev/pytest-cov/pull/738&gt;</code><em>. Also closed <code>[#736](https://github.com/pytest-dev/pytest-cov/issues/736) &lt;https://github.com/pytest-dev/pytest-cov/issues/736&gt;</code></em>.</p> </li> <li> <p>Fixed some assertions in tests. Contributed by in Markéta Machová in <code>[#722](https://github.com/pytest-dev/pytest-cov/issues/722) &lt;https://github.com/pytest-dev/pytest-cov/pull/722&gt;</code>_.</p> </li> <li> <p>Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/66c8a526b1246b5eb8fb1bc218878131bc628622"><code>66c8a52</code></a> Bump version: 7.0.0 → 7.1.0</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/f7076624784332594aa4cb3585d4757d295db15e"><code>f707662</code></a> Make the examples use pypy 3.11.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/6049a7847872e3139e6c82e93787123df5dc8672"><code>6049a78</code></a> Make context test use the old ctracer (seems the new sysmon tracer behaves di...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/8ebf20bbbc73478b3f8fd36d30237d9ea083f06b"><code>8ebf20b</code></a> Update changelog.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/861d30e60d571f97259c6b718b71c819d5dbc3b9"><code>861d30e</code></a> Remove the backup context manager - shouldn't be needed since coverage 5.0, ...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/fd4c956014035527f0c3c8d7faef3f8cfdadac7f"><code>fd4c956</code></a> Pass the precision on the nulled total (seems that there's some caching goion...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/78c9c4ecb005faf4962fd86ff7bf9c9cce9554d6"><code>78c9c4e</code></a> Only run the 3.9 on older deps.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/4849a922e8be725c662a3d9175da571ace6545dc"><code>4849a92</code></a> Punctuation.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/197c35e2f37031fd1927715307ab6eed7cb3d2b7"><code>197c35e</code></a> Update changelog and hopefully I don't forget to publish release again :))</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/14dc1c92d44108384e39803888635fdbfc578b7f"><code>14dc1c9</code></a> Update examples to use 3.11 and make the adhoc layout example look a bit more...</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-cov&package-manager=pip&previous-version=7.0.0&new-version=7.1.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 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>
master
13 hours ago
Bump pytest-cov from 7.0.0 to 7.1.0 (#840) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p> <blockquote> <h2>7.1.0 (2026-03-21)</h2> <ul> <li> <p>Fixed total coverage computation to always be consistent, regardless of reporting settings. Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on reporting options. See <code>[#641](https://github.com/pytest-dev/pytest-cov/issues/641) &lt;https://github.com/pytest-dev/pytest-cov/issues/641&gt;</code>_.</p> </li> <li> <p>Improve handling of ResourceWarning from sqlite3.</p> <p>The plugin adds warning filter for sqlite3 <code>ResourceWarning</code> unclosed database (since 6.2.0). It checks if there is already existing plugin for this message by comparing filter regular expression. When filter is specified on command line the message is escaped and does not match an expected message. A check for an escaped regular expression is added to handle this case.</p> <p>With this fix one can suppress <code>ResourceWarning</code> from sqlite3 from command line::</p> <p>pytest -W &quot;ignore:unclosed database in &lt;sqlite3.Connection object at:ResourceWarning&quot; ...</p> </li> <li> <p>Various improvements to documentation. Contributed by Art Pelling in <code>[#718](https://github.com/pytest-dev/pytest-cov/issues/718) &lt;https://github.com/pytest-dev/pytest-cov/pull/718&gt;</code>_ and &quot;vivodi&quot; in <code>[#738](https://github.com/pytest-dev/pytest-cov/issues/738) &lt;https://github.com/pytest-dev/pytest-cov/pull/738&gt;</code><em>. Also closed <code>[#736](https://github.com/pytest-dev/pytest-cov/issues/736) &lt;https://github.com/pytest-dev/pytest-cov/issues/736&gt;</code></em>.</p> </li> <li> <p>Fixed some assertions in tests. Contributed by in Markéta Machová in <code>[#722](https://github.com/pytest-dev/pytest-cov/issues/722) &lt;https://github.com/pytest-dev/pytest-cov/pull/722&gt;</code>_.</p> </li> <li> <p>Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/66c8a526b1246b5eb8fb1bc218878131bc628622"><code>66c8a52</code></a> Bump version: 7.0.0 → 7.1.0</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/f7076624784332594aa4cb3585d4757d295db15e"><code>f707662</code></a> Make the examples use pypy 3.11.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/6049a7847872e3139e6c82e93787123df5dc8672"><code>6049a78</code></a> Make context test use the old ctracer (seems the new sysmon tracer behaves di...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/8ebf20bbbc73478b3f8fd36d30237d9ea083f06b"><code>8ebf20b</code></a> Update changelog.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/861d30e60d571f97259c6b718b71c819d5dbc3b9"><code>861d30e</code></a> Remove the backup context manager - shouldn't be needed since coverage 5.0, ...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/fd4c956014035527f0c3c8d7faef3f8cfdadac7f"><code>fd4c956</code></a> Pass the precision on the nulled total (seems that there's some caching goion...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/78c9c4ecb005faf4962fd86ff7bf9c9cce9554d6"><code>78c9c4e</code></a> Only run the 3.9 on older deps.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/4849a922e8be725c662a3d9175da571ace6545dc"><code>4849a92</code></a> Punctuation.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/197c35e2f37031fd1927715307ab6eed7cb3d2b7"><code>197c35e</code></a> Update changelog and hopefully I don't forget to publish release again :))</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/14dc1c92d44108384e39803888635fdbfc578b7f"><code>14dc1c9</code></a> Update examples to use 3.11 and make the adhoc layout example look a bit more...</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-cov&package-manager=pip&previous-version=7.0.0&new-version=7.1.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 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>
master
2 days ago
Bump pytest-codspeed from 4.2.0 to 4.3.0 (#839) 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=4.2.0&new-version=4.3.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 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>
master
3 days ago
Bump pytest-codspeed from 4.2.0 to 4.3.0 (#839) 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=4.2.0&new-version=4.3.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 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>
master
4 days ago
Bump pytest-codspeed from 4.2.0 to 4.3.0 (#839) 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=4.2.0&new-version=4.3.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 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>
master
5 days ago
Bump pytest-codspeed from 4.2.0 to 4.3.0 (#839) 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=4.2.0&new-version=4.3.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 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>
master
6 days ago
Bump pytest-codspeed from 4.2.0 to 4.3.0 (#839) 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=4.2.0&new-version=4.3.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 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>
master
7 days ago

Latest Branches

CodSpeed Performance Gauge
-3%
Bump pytest-cov from 7.0.0 to 7.1.0#840
2 days ago
e4e83ee
dependabot/pip/pytest-cov-7.1.0
CodSpeed Performance Gauge
0%
1 month ago
44c6604
dependabot/pip/pytest-codspeed-4.3.0
CodSpeed Performance Gauge
-1%
2 months ago
a012610
dependabot/pip/wheel-0.46.3
© 2026 CodSpeed Technology
Home Terms Privacy Docs