Bump GitPython to 3.1.59 to fix security scan - #43
Merged
Conversation
pip-audit flagged 5 known vulnerabilities in GitPython 3.1.57 (GHSA-9rj7-rf2p-w77r, GHSA-4gmw-gg2m-w46p, GHSA-hh9p-6wh2-4mfc, GHSA-wvpp-8hx9-p66j, GHSA-jm78-9fvv-mhgr), all fixed in 3.1.58. Pin to the latest 3.1.59.
plebioda
force-pushed
the
fix-security-scan-3
branch
from
August 10, 2026 14:58
aaabae6 to
b723c78
Compare
There was a problem hiding this comment.
Pull request overview
Updates the project’s pinned GitPython dependency to address vulnerabilities reported by the scheduled security scan, keeping the runtime dependency set aligned with the repository’s existing “exact pin” approach.
Changes:
- Bump
GitPythonfrom3.1.57to3.1.59inpyproject.toml.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The scheduled Security Scan workflow failed because
pip-auditfound 5 known vulnerabilities inGitPython 3.1.57, all fixed in 3.1.58:This bumps the pin to
GitPython==3.1.59(latest).Testing
pip install -e .resolves cleanly with GitPython 3.1.59pip-audit --progress-spinner off --skip-editableno longer reports gitpython vulnerabilities🤖 Generated with Claude Code