Skip to content

chore(deps): bump gitpython from 3.1.50 to 3.1.54 in the uv group across 1 directory - #19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-27357673a3
Open

chore(deps): bump gitpython from 3.1.50 to 3.1.54 in the uv group across 1 directory#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-27357673a3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the uv group with 1 update in the / directory: gitpython.

Updates gitpython from 3.1.50 to 3.1.54

Release notes

Sourced from gitpython's releases.

3.1.54 - SECURITY

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.53...3.1.54

3.1.53 - Security

What's Changed

New Contributors

Full Changelog: gitpython-developers/GitPython@3.1.52...3.1.53

3.1.52 Security

GHSA-rwj8-pgh3-r573: Environment-variable exfiltration via os.path.expandvars() on Repo.clone_from() URL

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.51...3.1.52

3.1.51 - Security

What's Changed

... (truncated)

Commits
  • e59d9ba prepare next release
  • a4dc70d Merge pull request #2180 from gitpython-developers/single-char-kwarg
  • 1d51b89 fix: guard diff output options
  • ffcb535 fix: reject unsafe clone templates
  • e8d0fbf fix: validate split short-option values
  • faf3c09 prepare for security fix
  • 6a5eb6a Merge pull request #2176 from gitpython-developers/fix-config-injection
  • 1ed1b92 fix: validate config section delimiters
  • 354eb2f Merge pull request #2159 from Siesta0217/fix-core-hooks-path-commit-hooks
  • 9bc287a Address review feedback about hook resolution
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the uv group with 1 update in the / directory: [gitpython](https://github.com/gitpython-developers/GitPython).


Updates `gitpython` from 3.1.50 to 3.1.54
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.50...3.1.54)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.54
  dependency-type: indirect
  dependency-group: uv
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 24, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 24, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
fairspec-python 6c3fc8c Jul 24 2026, 06:26 PM

@claude

claude Bot commented Jul 24, 2026

Copy link
Copy Markdown

Claude finished @dependabot[bot]'s task in 1m 26s —— View job


PR Review: Dependency Bump gitpython 3.1.50 → 3.1.54

  • Gather context and understand the PR
  • Review lock file changes
  • Analyze security fixes in the version bump
  • Perform OWASP Top 10 analysis
  • Post final review

Summary

This PR bumps gitpython from 3.1.50 to 3.1.54. The only change is in uv.lock — no application code is modified. gitpython is a transitive dev dependency pulled in by python-semantic-release==10.5.3 (used for release automation), not directly depended on by the project.

Security Analysis

This bump resolves multiple security vulnerabilities:

Version Severity Issue
3.1.52 HIGH GHSA-rwj8-pgh3-r573: Environment-variable exfiltration via os.path.expandvars() in Repo.clone_from(). A crafted URL could leak sensitive env vars (e.g., secrets, tokens).
3.1.53 MEDIUM Config section delimiter injection + rejection of abbreviated unsafe git options.
3.1.54 MEDIUM Further hardening of unsafe Git option validation (guards diff output options, rejects unsafe clone templates, validates split short-option values).

OWASP Top 10 — Using Components with Known Vulnerabilities (A06:2021): The previous version (3.1.50) was affected by the above CVEs. Even as a dev dependency used in CI, the env-var exfiltration vulnerability is relevant: if a release script calls Repo.clone_from() with any externally-influenced URL, CI secrets could be exposed.

No issues found in other OWASP categories (SQL injection, XSS, SSRF, hardcoded secrets, etc.) — this is a lock file change only.

Code Quality

  • Lock file hashes are properly updated for both the sdist and the wheel.
  • The sdist hash changes from sha256:80da2d...sha256:53f208... and the wheel from sha256:d352ab...sha256:b90d7b..., matching the published PyPI artifacts for 3.1.54.
  • No extraneous changes; dependabot correctly scoped this to a single package.

Recommendation

Approve and merge. This is a security-motivated upgrade with no application code risk. The compatibility score badge in the PR description indicates high compatibility. No concerns with this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants