Commit 9538662
committed
Bump gitpython to 3.1.62 and soupsieve to 2.9.2
The pip-audit step in the Unit Tests job has been failing on main since
2.9.1. Three advisories landed against the pinned gitpython 3.1.59
(CVE-2026-87817/87818/87819, all fixed in 3.1.60) and two against the
transitive soupsieve 2.8.4 (fixed in 2.9).
Also normalize the gitpython requirement to its lowercase PEP 503 name.
It was the only mixed-case pin in pyproject.toml, and Dependabot's uv
updater has been failing on it with dependency_file_content_not_changed
while successfully updating every other dependency in the same run --
which is why this wave never produced an automated bump PR.1 parent ccd4a45 commit 9538662
4 files changed
Lines changed: 27 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
3 | 19 | | |
4 | 20 | | |
5 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments