Skip to content

Bump gitpython from 3.1.40 to 3.1.52 in /templates/rag-redis#28

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/templates/rag-redis/gitpython-3.1.52
Open

Bump gitpython from 3.1.40 to 3.1.52 in /templates/rag-redis#28
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/templates/rag-redis/gitpython-3.1.52

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps gitpython from 3.1.40 to 3.1.52.

Release notes

Sourced from gitpython's releases.

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

New Contributors

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

3.1.50

What's Changed

New Contributors

... (truncated)

Commits
  • f8b6df5 bump patch level prior to release
  • c65dfb3 Merge pull request #2172 from gitpython-developers/fix-clone-expandvars
  • 8ac5a30 fix: prevent environment expansion in clone URLs
  • 7a46dfc Merge pull request #2171 from gitpython-developers/fix-windows-tests
  • 67082d6 test: skip relative config include across Windows drives
  • 7b0764d bump to v3.1.51
  • af027be Merge pull request #2163 from gitpython-developers/fix-unguarded-blame
  • 701ce32 fix: Guard unsafe git command options (GHSA-956x-8gvw-wg5v)
  • 65a7283 Merge pull request #2168 from gitpython-developers/advisory-fix-1
  • 3e59876 Merge pull request #2169 from gitpython-developers/fix-config-assert
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Low Risk
Dev-only transitive dependency with security patches; runtime RAG code is unchanged aside from lockfile resolution noise from Poetry 2.x regeneration.

Overview
Updates templates/rag-redis/poetry.lock so GitPython moves from 3.1.40 to 3.1.52, pulled in via the dev dependency langchain-cli (template scaffolding / langchain app new, not the RAG runtime chain).

The lockfile was regenerated with Poetry 2.4.1 (header and lock format 2.1), which adds groups metadata, platform/Python markers on optional extras, and additional wheel entries (e.g. MarkupSafe, PyYAML, SQLAlchemy) without changing pinned versions for most packages.

GitPython 3.1.52 addresses security issues in clone URL handling (e.g. os.path.expandvars on Repo.clone_from() URLs, GHSA-rwj8-pgh3-r573) and related hardening in the 3.1.51 line (unsafe git option guards).

Reviewed by Cursor Bugbot for commit e42da32. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.52.
- [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.40...3.1.52)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.52
  dependency-type: indirect
...

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

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: low. Approved: mechanical Dependabot lockfile update bumping gitpython 3.1.40→3.1.52 (security patch) in templates/rag-redis; Cursor Bugbot passed with no findings and no Security Agent check was present. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver

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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants