From 237a810c45546550bcbfb8102b6bcca23444d8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 12:20:42 +0000 Subject: [PATCH] build(deps): bump python-semantic-release/python-semantic-release Bumps the actions group with 1 update: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release). Updates `python-semantic-release/python-semantic-release` from 10.5.1 to 10.5.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](https://github.com/python-semantic-release/python-semantic-release/compare/v10.5.1...v10.5.2) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index e1d7556..b40e36a 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -87,7 +87,7 @@ jobs: fetch-depth: 0 - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v10.5.1 + uses: python-semantic-release/python-semantic-release@v10.5.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} # for debug output