Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading