Skip to content

build(deps): bump python-semantic-release/python-semantic-release from 9.20.0 to 9.21.1 in /.github/workflows #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps python-semantic-release/python-semantic-release from 9.20.0 to 9.21.1.

Release notes

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

v9.21.1 (2025-05-05)

This release is published under the MIT License.

🪲 Bug Fixes

  • changelog-filters: Fixes url resolution when prefix & path share letters (PR#1239, f61f8a3)

📖 Documentation

  • github-actions: Expound on monorepo example to include publishing actions (PR#1229, 550e85f)

⚙️ Build System

  • deps: Bump rich dependency from 13.0 to 14.0 (PR#1224, 691536e)

  • deps: Expand python-gitlab dependency to include v5.0.0 (PR#1228, a0cd1be)

✅ Resolved Issues

  • #1204: Unexpected & Invalid urls generated in changelog

Detailed Changes: v9.21.0...v9.21.1


Installable artifacts are available from:

v9.21.0 (2025-02-23)

This release is published under the MIT License.

✨ Features

  • Add package name variant, python-semantic-release, project script (PR#1199, 1ac97bc)

📖 Documentation

  • github-actions: Update example workflow to handle rapid merges (PR#1200, 1a4116a)

✅ Resolved Issues

  • #1195: Native uvx support

... (truncated)

Changelog

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

v9.21.1 (2025-05-05)

🪲 Bug Fixes

  • changelog-filters: Fixes url resolution when prefix & path share letters, closes [#1204](https://github.com/python-semantic-release/python-semantic-release/issues/1204)_ (PR#1239, f61f8a3)

📖 Documentation

  • github-actions: Expound on monorepo example to include publishing actions (PR#1229, 550e85f)

⚙️ Build System

  • deps: Bump rich dependency from 13.0 to 14.0 (PR#1224, 691536e)

  • deps: Expand python-gitlab dependency to include v5.0.0 (PR#1228, a0cd1be)

.. _#1204: python-semantic-release/python-semantic-release#1204 .. _550e85f: python-semantic-release/python-semantic-release@550e85f .. _691536e: python-semantic-release/python-semantic-release@691536e .. _a0cd1be: python-semantic-release/python-semantic-release@a0cd1be .. _f61f8a3: python-semantic-release/python-semantic-release@f61f8a3 .. _PR#1224: python-semantic-release/python-semantic-release#1224 .. _PR#1228: python-semantic-release/python-semantic-release#1228 .. _PR#1229: python-semantic-release/python-semantic-release#1229 .. _PR#1239: python-semantic-release/python-semantic-release#1239

.. _changelog-v9.21.0:

v9.21.0 (2025-02-23)

✨ Features

  • Add package name variant, python-semantic-release, project script, closes [#1195](https://github.com/python-semantic-release/python-semantic-release/issues/1195)_ (PR#1199, 1ac97bc)

📖 Documentation

  • github-actions: Update example workflow to handle rapid merges (PR#1200, 1a4116a)

.. _#1195: python-semantic-release/python-semantic-release#1195

... (truncated)

Commits
  • 0dc72ac 9.21.1
  • f61f8a3 fix(changelog-filters): fixes url resolution when prefix & path share letters...
  • 71ab2cf refactor: pull project version variable from package metadata (#1240)
  • f7ef0e4 build(deps-build): expand setuptools dependency to include v79 & v80 (#1237)
  • ef7d4ff ci(deps): bump mikepenz/[email protected] to v5.5.1
  • 493b906 ci(deps): bump tj-actions/[email protected] to v46.0.5
  • 6e3678a build(deps-build): expand setuptools dependency to include v76, v77, & ...
  • f7acbf3 build(deps-test): expand pytest-cov dependency to include v6 updates (#1231)
  • 550e85f docs(github-actions): expound on monorepo example to include publishing actio...
  • 691536e build(deps): bump rich dependency from 13.0 to 14.0 (#1224)
  • 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 9.20.0 to 9.21.1.
- [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@v9.20.0...v9.21.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 5, 2025
@Joaopeuko Joaopeuko closed this May 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/dot-github/workflows/python-semantic-release/python-semantic-release-9.21.1 branch May 16, 2025 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant