Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2025

Bumps python-semantic-release/python-semantic-release from 10.0.2 to 10.3.2.

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v10.3.2 (2025-09-06)

This release is published under the MIT License.

🪲 Bug Fixes

  • cmd-version: Prevent errors when PSR is executed in non-GitHub CI environments (PR#1322, 4df4be4)

⚡ Performance Improvements

  • cmd-version: Re-order operations for faster parsing in version determination (PR#1310, 63e435b)

📖 Documentation

  • uv-integration: Add --no-changelog to build step to increase job speed (PR#1316, e1aece1)

💡 Additional Release Information

  • cmd-version: Unfortunately, PSR introduced a bug in 10.3.0 when attempting to provide more CI outputs for GitHub Actions. It required our GitHub client interface to be loaded and even if it was not using GitHub CI to be run. This caused errors in Gitea and likely GitLab/Bitbucket environments. This change prevents that from happening but if any users pipelines were intentionally presenting the environment variable "GITHUB_OUTPUT" to enable action output to enable passing along internal outputs of PSR then their hack will no longer work after this change.

✅ Resolved Issues

  • #1315: Bug: "Insecure connections are currently disabled" error in self hosted Gitea

Detailed Changes: v10.3.1...v10.3.2


Installable artifacts are available from:

v10.3.1 (2025-08-06)

This release is published under the MIT License.

🪲 Bug Fixes

  • github-actions: Refactor the action output error checking for non-release executions (PR#1308, 5385724)

📖 Documentation

  • github-actions: Adjust docs for direct links to action example workflows (PR#1309, 8efebe2)

✅ Resolved Issues

... (truncated)

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

v10.3.2 (2025-09-06)

🪲 Bug Fixes

  • cmd-version: Prevent errors when PSR is executed in non-GitHub CI environments, closes [#1315](https://github.com/python-semantic-release/python-semantic-release/issues/1315)_ (PR#1322, 4df4be4)

⚡ Performance Improvements

  • cmd-version: Re-order operations for faster parsing in version determination (PR#1310, 63e435b)

📖 Documentation

  • uv-integration: Add --no-changelog to build step to increase job speed (PR#1316, e1aece1)

💡 Additional Release Information

  • cmd-version: Unfortunately, PSR introduced a bug in 10.3.0 when attempting to provide more CI outputs for GitHub Actions. It required our GitHub client interface to be loaded and even if it was not using GitHub CI to be run. This caused errors in Gitea and likely GitLab/Bitbucket environments. This change prevents that from happening but if any users pipelines were intentionally presenting the environment variable "GITHUB_OUTPUT" to enable action output to enable passing along internal outputs of PSR then their hack will no longer work after this change.

.. _#1315: python-semantic-release/python-semantic-release#1315 .. _4df4be4: python-semantic-release/python-semantic-release@4df4be4 .. _63e435b: python-semantic-release/python-semantic-release@63e435b .. _e1aece1: python-semantic-release/python-semantic-release@e1aece1 .. _PR#1310: python-semantic-release/python-semantic-release#1310 .. _PR#1316: python-semantic-release/python-semantic-release#1316 .. _PR#1322: python-semantic-release/python-semantic-release#1322

.. _changelog-v10.3.1:

v10.3.1 (2025-08-06)

🪲 Bug Fixes

  • github-actions: Refactor the action output error checking for non-release executions, closes

... (truncated)

Commits
  • 9293da5 10.3.2
  • 63e435b perf(cmd-version): re-order operations for faster parsing in version determin...
  • 4df4be4 fix(cmd-version): prevent errors when PSR is executed in non-GitHub CI enviro...
  • 3c65a41 ci(deps): bump pypa/gh-action-pypi-publish@1.12.4 action to 1.13.0 (#1321)
  • e2edcec build(config): lock major version of Python 3 and minimum of v3.8
  • 3c2358e ci(test-e2e): reduce number of Python versions tested to adhere to SemVer
  • 142948c test(cmd-changelog): refactor changelog command tests to match new e2e infras...
  • aacc117 test(cmd-version): refactor version command tests to match new e2e infrastruc...
  • 6928c17 test(fixtures): refactor normal repos to match new e2e infrastructure
  • 4ab60ca test(fixtures): refactor e2e infrastructure to be more configurable & resilient
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 10.0.2 to 10.3.2.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst)
- [Commits](python-semantic-release/python-semantic-release@v10.0.2...v10.3.2)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-version: 10.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants