Skip to content

Commit a8367ed

Browse files
leliaclaude
andcommitted
Bump pinned GitPython to 3.1.59
GitPython 3.1.57 is affected by six advisories fixed in 3.1.58 (published 2026-08-07) and five more fixed in 3.1.59 (published 2026-08-10). Pin the latest so the pip-audit gate stays green once the newer advisories propagate to the audit databases. None of the affected GitPython APIs are used by this CLI. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent d796b8d commit a8367ed

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
`15.10.13`. See the [Coana changelogs](https://docs.coana.tech/changelogs) for
99
engine changes.
1010

11+
### Changed: bump pinned GitPython to 3.1.59
12+
13+
- Bumped `GitPython` from `3.1.57` to `3.1.59`, picking up the security fixes
14+
released in GitPython 3.1.58 and 3.1.59. None of the affected GitPython APIs
15+
are used by this CLI.
16+
1117
## 2.6.3
1218

1319
### Fixed: SBOM fetch failures no longer produce empty reports

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"requests==2.34.2",
1414
"mdutils==1.8.1",
1515
"prettytable==3.18.0",
16-
"GitPython==3.1.57",
16+
"GitPython==3.1.59",
1717
"packaging==26.2",
1818
"python-dotenv==1.2.2",
1919
"socketdev==3.5.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)