chore(deps-dev): update python-semantic-release requirement from <10.0,>=9.0 to >=9.0,<11.0 #31

Open
dependabot[bot] wants to merge 1 commit from dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0 into main
dependabot[bot] commented 2026-03-01 22:56:42 +01:00 (Migrated from github.com)

Updates the requirements on python-semantic-release to permit the latest version.

Release notes

Sourced from python-semantic-release's releases.

v10.5.3 (2025-12-14)

This release is published under the MIT License.

🪲 Bug Fixes

  • cmd-version: Resolve unauthenticated git repo issues for upstream verification (PR#1388, e164f68)

  • github-action: Fix failed signing issue when ssh was missing from action environment (PR#1389, 18b7eda)

  • parser-conventional-monorepo: Fix parser opts validator for outside dir path matches (PR#1382, a51eadd)

Resolved Issues

  • #1373: verify_upstream_unchanged fails on github actions when git repo is unauthenticated

  • #1376: ssh-agent & ssh-add is missing from python-semantic-release github action

  • #1380: Monorepo path_filters fails to reference paths outside the current package subtree


Detailed Changes: v10.5.2...v10.5.3


Installable artifacts are available from:

Changelog

Sourced from python-semantic-release's changelog.

v10.5.3 (2025-12-14)

🪲 Bug Fixes

  • cmd-version: Resolve unauthenticated git repo issues for upstream verification, closes [#1373](https://github.com/python-semantic-release/python-semantic-release/issues/1373)_ (PR#1388, e164f68)

  • github-action: Fix failed signing issue when ssh was missing from action environment, closes [#1376](https://github.com/python-semantic-release/python-semantic-release/issues/1376)_ (PR#1389, 18b7eda)

  • parser-conventional-monorepo: Fix parser opts validator for outside dir path matches, closes [#1380](https://github.com/python-semantic-release/python-semantic-release/issues/1380)_ (PR#1382, a51eadd)

.. _#1373: python-semantic-release/python-semantic-release#1373 .. _#1376: python-semantic-release/python-semantic-release#1376 .. _#1380: python-semantic-release/python-semantic-release#1380 .. _18b7eda: https://github.com/python-semantic-release/python-semantic-release/commit/18b7edadd7e7dfe42ec43110acf5e1bd8bcd7eb3 .. _a51eadd: https://github.com/python-semantic-release/python-semantic-release/commit/a51eadd8414a7e9cbfa66837ee5a840a6331dfa1 .. _e164f68: https://github.com/python-semantic-release/python-semantic-release/commit/e164f682bfa4ca1e7cbe77aa068202fd8094eec7 .. _PR#1382: python-semantic-release/python-semantic-release#1382 .. _PR#1388: python-semantic-release/python-semantic-release#1388 .. _PR#1389: python-semantic-release/python-semantic-release#1389

.. _changelog-v10.5.2:

v10.5.2 (2025-11-10)

🪲 Bug Fixes

  • cmd-version: Toggle verify upstream off when no version commit is made (PR#1370, e0b3b70)

.. _e0b3b70: https://github.com/python-semantic-release/python-semantic-release/commit/e0b3b7075a4c98cd7af97e0b8470872c11e7aeb9 .. _PR#1370: python-semantic-release/python-semantic-release#1370

.. _changelog-v10.5.1:

v10.5.1 (2025-11-10)

🪲 Bug Fixes

  • cmd-version: Fix upstream change detection to succeed without branch tracking (PR#1369_,

... (truncated)

Commits
  • 350c48f chore: release v10.5.3
  • a51eadd fix(parser-conventional-monorepo): fix parser opts validator for outside dir ...
  • 427af48 test(fixtures): upgrade monorepos to monitor external package files
  • 27a006c test(fixtures): upgrade commit simulation to modify specific files
  • e164f68 fix(cmd-version): resolve unauthenticated git repo issues for upstream verifi...
  • 18b7eda fix(github-action): fix failed signing issue when ssh was missing from action...
  • 779af88 ci(deps): bump tj-actions/changed-files@v47.0.0 action to v47.0.1 (#1394)
  • edf0229 ci(deps): bump actions/stale@v10.1.0 to v10.1.1 (#1394)
  • e0927e3 ci(deps): bump actions/setup-python@v6.0.0 to v6.1.0 (#1394)
  • b984f41 ci(deps): bump actions/upload-artifact@v5.0.0 to v6.0.0 (#1394)
  • Additional commits viewable in compare view

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 commands and options

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)
Updates the requirements on [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's releases</a>.</em></p> <blockquote> <h2>v10.5.3 (2025-12-14)</h2> <p><em>This release is published under the MIT License.</em></p> <h3>🪲 Bug Fixes</h3> <ul> <li> <p><strong>cmd-version</strong>: Resolve unauthenticated git repo issues for upstream verification (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1388">PR#1388</a>, <a href="https://github.com/python-semantic-release/python-semantic-release/commit/e164f682bfa4ca1e7cbe77aa068202fd8094eec7"><code>e164f68</code></a>)</p> </li> <li> <p><strong>github-action</strong>: Fix failed signing issue when ssh was missing from action environment (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1389">PR#1389</a>, <a href="https://github.com/python-semantic-release/python-semantic-release/commit/18b7edadd7e7dfe42ec43110acf5e1bd8bcd7eb3"><code>18b7eda</code></a>)</p> </li> <li> <p><strong>parser-conventional-monorepo</strong>: Fix parser opts validator for outside dir path matches (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1382">PR#1382</a>, <a href="https://github.com/python-semantic-release/python-semantic-release/commit/a51eadd8414a7e9cbfa66837ee5a840a6331dfa1"><code>a51eadd</code></a>)</p> </li> </ul> <h3>✅ Resolved Issues</h3> <ul> <li> <p><a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1373">#1373</a>: <em><code>verify_upstream_unchanged</code> fails on github actions when git repo is unauthenticated</em></p> </li> <li> <p><a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1376">#1376</a>: <em><code>ssh-agent</code> &amp; <code>ssh-add</code> is missing from python-semantic-release github action</em></p> </li> <li> <p><a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1380">#1380</a>: <em>Monorepo <code>path_filters</code> fails to reference paths outside the current package subtree</em></p> </li> </ul> <hr /> <p><strong>Detailed Changes</strong>: <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v10.5.2...v10.5.3">v10.5.2...v10.5.3</a></p> <hr /> <p><strong>Installable artifacts are available from</strong>:</p> <ul> <li> <p><a href="https://pypi.org/project/python-semantic-release/10.5.3">PyPi Registry</a></p> </li> <li> <p><a href="https://github.com/python-semantic-release/python-semantic-release/releases/tag/v10.5.3">GitHub Release Assets</a></p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst">python-semantic-release's changelog</a>.</em></p> <blockquote> <h1>v10.5.3 (2025-12-14)</h1> <h2>🪲 Bug Fixes</h2> <ul> <li> <p><strong>cmd-version</strong>: Resolve unauthenticated git repo issues for upstream verification, closes <code>[#1373](https://github.com/python-semantic-release/python-semantic-release/issues/1373)</code>_ (<code>PR#1388</code><em>, <code>e164f68</code></em>)</p> </li> <li> <p><strong>github-action</strong>: Fix failed signing issue when ssh was missing from action environment, closes <code>[#1376](https://github.com/python-semantic-release/python-semantic-release/issues/1376)</code>_ (<code>PR#1389</code><em>, <code>18b7eda</code></em>)</p> </li> <li> <p><strong>parser-conventional-monorepo</strong>: Fix parser opts validator for outside dir path matches, closes <code>[#1380](https://github.com/python-semantic-release/python-semantic-release/issues/1380)</code>_ (<code>PR#1382</code><em>, <code>a51eadd</code></em>)</p> </li> </ul> <p>.. _<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1373">#1373</a>: <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1373">python-semantic-release/python-semantic-release#1373</a> .. _<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1376">#1376</a>: <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1376">python-semantic-release/python-semantic-release#1376</a> .. _<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1380">#1380</a>: <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1380">python-semantic-release/python-semantic-release#1380</a> .. _18b7eda: <a href="https://github.com/python-semantic-release/python-semantic-release/commit/18b7edadd7e7dfe42ec43110acf5e1bd8bcd7eb3">https://github.com/python-semantic-release/python-semantic-release/commit/18b7edadd7e7dfe42ec43110acf5e1bd8bcd7eb3</a> .. _a51eadd: <a href="https://github.com/python-semantic-release/python-semantic-release/commit/a51eadd8414a7e9cbfa66837ee5a840a6331dfa1">https://github.com/python-semantic-release/python-semantic-release/commit/a51eadd8414a7e9cbfa66837ee5a840a6331dfa1</a> .. _e164f68: <a href="https://github.com/python-semantic-release/python-semantic-release/commit/e164f682bfa4ca1e7cbe77aa068202fd8094eec7">https://github.com/python-semantic-release/python-semantic-release/commit/e164f682bfa4ca1e7cbe77aa068202fd8094eec7</a> .. _PR#1382: <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1382">python-semantic-release/python-semantic-release#1382</a> .. _PR#1388: <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1388">python-semantic-release/python-semantic-release#1388</a> .. _PR#1389: <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1389">python-semantic-release/python-semantic-release#1389</a></p> <p>.. _changelog-v10.5.2:</p> <h1>v10.5.2 (2025-11-10)</h1> <h2>🪲 Bug Fixes</h2> <ul> <li><strong>cmd-version</strong>: Toggle verify upstream off when no version commit is made (<code>PR#1370</code><em>, <code>e0b3b70</code></em>)</li> </ul> <p>.. _e0b3b70: <a href="https://github.com/python-semantic-release/python-semantic-release/commit/e0b3b7075a4c98cd7af97e0b8470872c11e7aeb9">https://github.com/python-semantic-release/python-semantic-release/commit/e0b3b7075a4c98cd7af97e0b8470872c11e7aeb9</a> .. _PR#1370: <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/pull/1370">python-semantic-release/python-semantic-release#1370</a></p> <p>.. _changelog-v10.5.1:</p> <h1>v10.5.1 (2025-11-10)</h1> <h2>🪲 Bug Fixes</h2> <ul> <li><strong>cmd-version</strong>: Fix upstream change detection to succeed without branch tracking (<code>PR#1369</code>_,</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0"><code>350c48f</code></a> chore: release v10.5.3</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/a51eadd8414a7e9cbfa66837ee5a840a6331dfa1"><code>a51eadd</code></a> fix(parser-conventional-monorepo): fix parser opts validator for outside dir ...</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/427af480235d3d0e26dabd8a0ff5133586772f37"><code>427af48</code></a> test(fixtures): upgrade monorepos to monitor external package files</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/27a006c59b84b9563cb50cfbd78d7284a67f6750"><code>27a006c</code></a> test(fixtures): upgrade commit simulation to modify specific files</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/e164f682bfa4ca1e7cbe77aa068202fd8094eec7"><code>e164f68</code></a> fix(cmd-version): resolve unauthenticated git repo issues for upstream verifi...</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/18b7edadd7e7dfe42ec43110acf5e1bd8bcd7eb3"><code>18b7eda</code></a> fix(github-action): fix failed signing issue when ssh was missing from action...</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/779af882f071254324d9867142e5299979e53fab"><code>779af88</code></a> ci(deps): bump <code>tj-actions/changed-files@v47.0.0</code> action to <code>v47.0.1</code> (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1394">#1394</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/edf022986be56b87b09e496eaf747285c951d6e2"><code>edf0229</code></a> ci(deps): bump <code>actions/stale@v10.1.0</code> to <code>v10.1.1</code> (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1394">#1394</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/e0927e30fd1b356f74746c3af604d74851cc7b7a"><code>e0927e3</code></a> ci(deps): bump <code>actions/setup-python@v6.0.0</code> to <code>v6.1.0</code> (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1394">#1394</a>)</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/b984f41d62522f11994b99cd4743ac052e87599e"><code>b984f41</code></a> ci(deps): bump <code>actions/upload-artifact@v5.0.0</code> to <code>v6.0.0</code> (<a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1394">#1394</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v9.0.0...v10.5.3">compare view</a></li> </ul> </details> <br /> 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>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0:dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0
git checkout dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0
git checkout dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0
git rebase main
git checkout main
git merge --ff-only dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0
git checkout dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0
git rebase main
git checkout main
git merge --no-ff dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0
git checkout main
git merge --squash dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0
git checkout main
git merge --ff-only dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0
git checkout main
git merge dependabot/pip/python-semantic-release-gte-9.0-and-lt-11.0
git push origin main
Sign in to join this conversation.
No description provided.