Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions changelog/70263.security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bumped GitPython lower bound in `requirements/static/ci/{common,darwin}.txt` from `>=3.1.50` to `>=3.1.59` for CVE-2026-78676. The base pin and all lock files were already at `>=3.1.59` / `==3.1.59` (bf939d384b6), but the CI-static lower bounds were missed and permitted a fresh resolve to select a vulnerable 3.1.50-3.1.58.
2 changes: 1 addition & 1 deletion requirements/static/ci/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dnspython
etcd3-py==0.1.6
filelock>=3.19.1 ; python_version < '3.10'
filelock>=3.29.1 ; python_version >= '3.10'
gitpython>=3.1.50
gitpython>=3.1.59
google-auth==2.35.0; python_version == '3.9'
jmespath>=1.1.0
jsonschema
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pygit2>=1.19.2; python_version >= '3.11'
yamllint
mercurial>=7.2.2
hglib
gitpython>=3.1.50
gitpython>=3.1.59
Loading