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",