aio-libs
janus
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump pytest-codspeed from 4.3.0 to 4.4.0 (#845) Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.3.0 to 4.4.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.4.0</h2> <h2>What's Changed</h2> <p>We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.</p> <p>This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries</p> <ul> <li>fix: fix segfault caused by multiple activate_stack_trampoline by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/109">CodSpeedHQ/pytest-codspeed#109</a></li> <li>fix: Exclude setup time from benchmark in walltime mode by <a href="https://github.com/toby-coleman"><code>@toby-coleman</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/114">CodSpeedHQ/pytest-codspeed#114</a></li> <li>feat: collect Python toolchain information via instrument hooks environment API by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/108">CodSpeedHQ/pytest-codspeed#108</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/toby-coleman"><code>@toby-coleman</code></a> made their first contribution in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/114">CodSpeedHQ/pytest-codspeed#114</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.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.4.0] - 2026-04-14</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Collect Python toolchain information via instrument hooks environment API by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/108">#108</a></li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Exclude setup time from benchmark in walltime mode (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/114">#114</a>) by <a href="https://github.com/toby-coleman"><code>@toby-coleman</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/114">#114</a></li> <li>Fix segfault caused by multiple activate_stack_trampoline by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Bump the python pinned python version by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/109">#109</a></li> <li>Add CONTRIBUTING.md 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/34048c79e218307312a7973be67e5022101e8321"><code>34048c7</code></a> Release v4.4.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/bf7bd37cc4f9b2fbab1e46768c38b2c682da19c5"><code>bf7bd37</code></a> feat: collect Python toolchain information via instrument hooks environment API</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/48a48229b175d47aae083878637a6b4d018faaa9"><code>48a4822</code></a> fix: Exclude setup time from benchmark in walltime mode (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/114">#114</a>)</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/aa267f31bdbc392d66d5142469e0d9c7b04dd617"><code>aa267f3</code></a> ci: bump the python pinned python version</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/e92999a7c59e209d3582d36ac0f6bf7e853a7d2d"><code>e92999a</code></a> fix: fix segfault caused by multiple activate_stack_trampoline</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/c02b664168bd740fe9116036e9fad8470161ea6d"><code>c02b664</code></a> chore: add CONTRIBUTING.md</li> <li>See full diff in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.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>
master
24 hours ago
Bump pytest-codspeed from 4.3.0 to 4.4.0 (#845) Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.3.0 to 4.4.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.4.0</h2> <h2>What's Changed</h2> <p>We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.</p> <p>This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries</p> <ul> <li>fix: fix segfault caused by multiple activate_stack_trampoline by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/109">CodSpeedHQ/pytest-codspeed#109</a></li> <li>fix: Exclude setup time from benchmark in walltime mode by <a href="https://github.com/toby-coleman"><code>@toby-coleman</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/114">CodSpeedHQ/pytest-codspeed#114</a></li> <li>feat: collect Python toolchain information via instrument hooks environment API by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/108">CodSpeedHQ/pytest-codspeed#108</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/toby-coleman"><code>@toby-coleman</code></a> made their first contribution in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/114">CodSpeedHQ/pytest-codspeed#114</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.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.4.0] - 2026-04-14</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Collect Python toolchain information via instrument hooks environment API by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/108">#108</a></li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Exclude setup time from benchmark in walltime mode (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/114">#114</a>) by <a href="https://github.com/toby-coleman"><code>@toby-coleman</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/114">#114</a></li> <li>Fix segfault caused by multiple activate_stack_trampoline by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Bump the python pinned python version by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/109">#109</a></li> <li>Add CONTRIBUTING.md 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/34048c79e218307312a7973be67e5022101e8321"><code>34048c7</code></a> Release v4.4.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/bf7bd37cc4f9b2fbab1e46768c38b2c682da19c5"><code>bf7bd37</code></a> feat: collect Python toolchain information via instrument hooks environment API</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/48a48229b175d47aae083878637a6b4d018faaa9"><code>48a4822</code></a> fix: Exclude setup time from benchmark in walltime mode (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/114">#114</a>)</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/aa267f31bdbc392d66d5142469e0d9c7b04dd617"><code>aa267f3</code></a> ci: bump the python pinned python version</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/e92999a7c59e209d3582d36ac0f6bf7e853a7d2d"><code>e92999a</code></a> fix: fix segfault caused by multiple activate_stack_trampoline</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/c02b664168bd740fe9116036e9fad8470161ea6d"><code>c02b664</code></a> chore: add CONTRIBUTING.md</li> <li>See full diff in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.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>
master
2 days ago
Bump pytest-codspeed from 4.3.0 to 4.4.0 Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases) - [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md) - [Commits](https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: pytest-codspeed dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pytest-codspeed-4.4.0
2 days ago
Bump softprops/action-gh-release from 2 to 3 (#844) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/softprops/action-gh-release/releases">softprops/action-gh-release's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <p><code>3.0.0</code> is a major release that moves the action runtime from Node 20 to Node 24. Use <code>v3</code> on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on <code>v2.6.2</code>.</p> <h2>What's Changed</h2> <h3>Other Changes 🔄</h3> <ul> <li>Move the action runtime and bundle target to Node 24</li> <li>Update <code>@types/node</code> to the Node 24 line and allow future Dependabot updates</li> <li>Keep the floating major tag on <code>v3</code>; <code>v2</code> remains pinned to the latest <code>2.x</code> release</li> </ul> <h2>v2.6.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes 🔄</h3> <ul> <li>chore(deps): bump picomatch from 4.0.3 to 4.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/softprops/action-gh-release/pull/775">softprops/action-gh-release#775</a></li> <li>chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/softprops/action-gh-release/pull/777">softprops/action-gh-release#777</a></li> <li>chore(deps): bump vite from 8.0.0 to 8.0.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/softprops/action-gh-release/pull/781">softprops/action-gh-release#781</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/softprops/action-gh-release/compare/v2...v2.6.2">https://github.com/softprops/action-gh-release/compare/v2...v2.6.2</a></p> <h2>v2.6.1</h2> <p><code>2.6.1</code> is a patch release focused on restoring linked discussion thread creation when <code>discussion_category_name</code> is set. It fixes <code>[#764](https://github.com/softprops/action-gh-release/issues/764)</code>, where the draft-first publish flow stopped carrying the discussion category through the final publish step.</p> <p>If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.</p> <h2>What's Changed</h2> <h3>Bug fixes 🐛</h3> <ul> <li>fix: preserve discussion category on publish by <a href="https://github.com/chenrui333"><code>@chenrui333</code></a> in <a href="https://redirect.github.com/softprops/action-gh-release/pull/765">softprops/action-gh-release#765</a></li> </ul> <h2>v2.6.0</h2> <p><code>2.6.0</code> is a minor release centered on <code>previous_tag</code> support for <code>generate_release_notes</code>, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, a <code>working_directory</code> docs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.</p> <p>If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.</p> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md">softprops/action-gh-release's changelog</a>.</em></p> <blockquote> <h2>0.1.13</h2> <ul> <li>fix issue with multiple runs concatenating release bodies <a href="https://redirect.github.com/softprops/action-gh-release/pull/145">#145</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/softprops/action-gh-release/commit/b4309332981a82ec1c5618f44dd2e27cc8bfbfda"><code>b430933</code></a> release: cut v3.0.0 for Node 24 upgrade (<a href="https://redirect.github.com/softprops/action-gh-release/issues/670">#670</a>)</li> <li><a href="https://github.com/softprops/action-gh-release/commit/c2e35e05a74208bafbfcbdae5ebc9da7236e980f"><code>c2e35e0</code></a> chore(deps): bump the npm group across 1 directory with 7 updates (<a href="https://redirect.github.com/softprops/action-gh-release/issues/783">#783</a>)</li> <li>See full diff in <a href="https://github.com/softprops/action-gh-release/compare/v2...v3">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>
master
3 days ago
Bump softprops/action-gh-release from 2 to 3 (#844) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/softprops/action-gh-release/releases">softprops/action-gh-release's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <p><code>3.0.0</code> is a major release that moves the action runtime from Node 20 to Node 24. Use <code>v3</code> on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on <code>v2.6.2</code>.</p> <h2>What's Changed</h2> <h3>Other Changes 🔄</h3> <ul> <li>Move the action runtime and bundle target to Node 24</li> <li>Update <code>@types/node</code> to the Node 24 line and allow future Dependabot updates</li> <li>Keep the floating major tag on <code>v3</code>; <code>v2</code> remains pinned to the latest <code>2.x</code> release</li> </ul> <h2>v2.6.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes 🔄</h3> <ul> <li>chore(deps): bump picomatch from 4.0.3 to 4.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/softprops/action-gh-release/pull/775">softprops/action-gh-release#775</a></li> <li>chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/softprops/action-gh-release/pull/777">softprops/action-gh-release#777</a></li> <li>chore(deps): bump vite from 8.0.0 to 8.0.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/softprops/action-gh-release/pull/781">softprops/action-gh-release#781</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/softprops/action-gh-release/compare/v2...v2.6.2">https://github.com/softprops/action-gh-release/compare/v2...v2.6.2</a></p> <h2>v2.6.1</h2> <p><code>2.6.1</code> is a patch release focused on restoring linked discussion thread creation when <code>discussion_category_name</code> is set. It fixes <code>[#764](https://github.com/softprops/action-gh-release/issues/764)</code>, where the draft-first publish flow stopped carrying the discussion category through the final publish step.</p> <p>If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.</p> <h2>What's Changed</h2> <h3>Bug fixes 🐛</h3> <ul> <li>fix: preserve discussion category on publish by <a href="https://github.com/chenrui333"><code>@chenrui333</code></a> in <a href="https://redirect.github.com/softprops/action-gh-release/pull/765">softprops/action-gh-release#765</a></li> </ul> <h2>v2.6.0</h2> <p><code>2.6.0</code> is a minor release centered on <code>previous_tag</code> support for <code>generate_release_notes</code>, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, a <code>working_directory</code> docs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.</p> <p>If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.</p> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md">softprops/action-gh-release's changelog</a>.</em></p> <blockquote> <h2>0.1.13</h2> <ul> <li>fix issue with multiple runs concatenating release bodies <a href="https://redirect.github.com/softprops/action-gh-release/pull/145">#145</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/softprops/action-gh-release/commit/b4309332981a82ec1c5618f44dd2e27cc8bfbfda"><code>b430933</code></a> release: cut v3.0.0 for Node 24 upgrade (<a href="https://redirect.github.com/softprops/action-gh-release/issues/670">#670</a>)</li> <li><a href="https://github.com/softprops/action-gh-release/commit/c2e35e05a74208bafbfcbdae5ebc9da7236e980f"><code>c2e35e0</code></a> chore(deps): bump the npm group across 1 directory with 7 updates (<a href="https://redirect.github.com/softprops/action-gh-release/issues/783">#783</a>)</li> <li>See full diff in <a href="https://github.com/softprops/action-gh-release/compare/v2...v3">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>
master
4 days ago
Bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/softprops/action-gh-release-3
4 days ago
Update setuptools requirement from >=51 to >=82.0.1 Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v51.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/setuptools-gte-82.0.1
4 days ago
Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 (#842) Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sigstore/gh-action-sigstore-python/releases">sigstore/gh-action-sigstore-python's releases</a>.</em></p> <blockquote> <h2>v3.3.0</h2> <h2>What's Changed</h2> <ul> <li>Dependency updates. Most importantly used sigstore-python is now version 4.2.0</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sigstore/gh-action-sigstore-python/compare/v3.2.0...v3.3.0">https://github.com/sigstore/gh-action-sigstore-python/compare/v3.2.0...v3.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md">sigstore/gh-action-sigstore-python's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to <code>gh-action-sigstore-python</code> will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>.</p> <p>All versions prior to 3.0.0 are untracked.</p> <h2>[Unreleased]</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/04cffa1d795717b140764e8b640de88853c92acc"><code>04cffa1</code></a> build(deps): bump requests from 2.32.5 to 2.33.0 in /requirements (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/342">#342</a>)</li> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/69171e8b4fc7e133c709d115b6e2bb3c8e1fbdf8"><code>69171e8</code></a> build(deps): bump charset-normalizer in the python-dependencies group (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/340">#340</a>)</li> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/40198d7762a275864eefc3a852954bf4fd99d30c"><code>40198d7</code></a> build(deps): bump github/codeql-action in the actions group (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/338">#338</a>)</li> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/ca55bb0ddfa7bac5ff4982347d6463da59bd246f"><code>ca55bb0</code></a> build(deps): bump the python-dependencies group with 2 updates (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/339">#339</a>)</li> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/27361433717379476d1f91e6c136f301fcb925cf"><code>2736143</code></a> build(deps): bump the actions group with 3 updates (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/335">#335</a>)</li> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/9afbb8895e98a49c15b231412e53ac9c78737444"><code>9afbb88</code></a> build(deps): bump pyasn1 from 0.6.2 to 0.6.3 in /requirements (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/337">#337</a>)</li> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/eb907b0de40f85c17550859a1cbfec3ec30ce068"><code>eb907b0</code></a> build(deps): bump pyopenssl from 25.3.0 to 26.0.0 in /requirements (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/334">#334</a>)</li> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/84eaebf1a7f9d6d1be29f95f8ea205c74e5b27ea"><code>84eaebf</code></a> build(deps): bump astral-sh/setup-uv in the actions group (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/331">#331</a>)</li> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/57c12bea9d19b9f1c95c6099757b8b2c9e6c0640"><code>57c12be</code></a> build(deps): bump charset-normalizer in the python-dependencies group (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/332">#332</a>)</li> <li><a href="https://github.com/sigstore/gh-action-sigstore-python/commit/57918d7825e46199e6b1a6917188570b86723bb6"><code>57918d7</code></a> build(deps): bump pyjwt from 2.11.0 to 2.12.0 in /requirements (<a href="https://redirect.github.com/sigstore/gh-action-sigstore-python/issues/333">#333</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sigstore/gh-action-sigstore-python/compare/v3.2.0...v3.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>
master
5 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Bump pytest-codspeed from 4.3.0 to 4.4.0
#845
2 days ago
06c0384
dependabot/pip/pytest-codspeed-4.4.0
CodSpeed Performance Gauge
0%
Bump softprops/action-gh-release from 2 to 3
#844
4 days ago
4a087e6
dependabot/github_actions/softprops/action-gh-release-3
CodSpeed Performance Gauge
+1%
Update setuptools requirement from >=51 to >=82.0.1
#843
4 days ago
80f684d
dependabot/pip/setuptools-gte-82.0.1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs