From 2df3a115c41a82275c0202d3ddd3fb186405711e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:36:48 +0000 Subject: [PATCH] chore(deps-dev): bump python-semantic-release from 10.6.1 to 10.6.2 Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 10.6.1 to 10.6.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.6.1...v10.6.2) --- updated-dependencies: - dependency-name: python-semantic-release dependency-version: 10.6.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fb90cc..89a08b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ release = [ # Keep the release CLI outside its Docker action. That action resolves # transitive packages during each run, so the fixed action SHA did not # prevent GitPython 3.1.60 from breaking PSR 10.6.1 on 2026-08-25. - "python-semantic-release==10.6.1", + "python-semantic-release==10.6.2", # Remove this cap only with the reviewed PSR release that contains # https://github.com/python-semantic-release/python-semantic-release/pull/1477. "GitPython==3.1.59",