Skip to content

Bump gitpython from 3.1.43 to 3.1.47 in /experiments/agentcompany/openhands#21

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/experiments/agentcompany/openhands/gitpython-3.1.47
Open

Bump gitpython from 3.1.43 to 3.1.47 in /experiments/agentcompany/openhands#21
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/experiments/agentcompany/openhands/gitpython-3.1.47

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Bumps gitpython from 3.1.43 to 3.1.47.

Release notes

Sourced from gitpython's releases.

3.1.47 - with security fixes

Advisories

What's Changed

New Contributors

Full Changelog: gitpython-developers/GitPython@3.1.46...3.1.47

3.1.46

What's Changed

... (truncated)

Commits
  • 4199cb8 bump version to 3.1.47
  • 0f68db0 Merge pull request #2131 from WesR/main
  • 43d92de git.cmd: harden unsafe option canonicalization and isolate push test cases
  • 9aed7cf linter fix
  • 1421958 Block unsafe underscored git kwargs / Fix for GHSA-rpm5-65cw-6hj4
  • da54523 Merge pull request #2130 from gitpython-developers/fix-multi-options
  • c9a2678 Make sure that multi-options are checked after splitting them with shlex
  • 75e6c6b Merge pull request #2126 from ngie-eign/fix-execute-with_stdout-no-issues
  • 6fc4742 test_avoids_changing...: don't leave test artifacts behind
  • d966a0d git.cmd.Git.execute(..): fix with_stdout=False
  • 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.

Greptile Summary

This PR bumps GitPython from 3.1.43 to 3.1.47 in experiments/agentcompany/openhands/requirements.txt. The upgrade includes two security advisories (GHSA-rpm5-65cw-6hj4 — unsafe underscored git kwargs, and GHSA-x2qx-6953-8485), along with bug fixes such as correcting with_stdout=False behavior, fixing multi-option shlex splitting, and repairing Repo.active_branch for reftable-backed repositories.

Confidence Score: 5/5

Safe to merge — single-line security-focused dependency bump with no logic changes.

The change is a straightforward patch-level version bump that resolves two published CVEs and includes only non-breaking fixes. No application code is modified.

No files require special attention.

Important Files Changed

Filename Overview
experiments/agentcompany/openhands/requirements.txt Bumps GitPython from 3.1.43 to 3.1.47, picking up two security fixes (GHSA-rpm5-65cw-6hj4, GHSA-x2qx-6953-8485) alongside bug fixes and minor features.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[requirements.txt] -->|GitPython 3.1.43| B[Old version\nNo security patches]
    A -->|GitPython 3.1.47| C[New version\nSecurity fixes applied]
    C --> D[GHSA-rpm5-65cw-6hj4\nBlocked unsafe underscored git kwargs]
    C --> E[GHSA-x2qx-6953-8485\nAdditional security hardening]
    C --> F[Bug fixes: with_stdout, shlex multi-options,\nRepo.active_branch reftable support]
Loading

Reviews (1): Last reviewed commit: "Bump gitpython in /experiments/agentcomp..." | Re-trigger Greptile

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

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.47
  dependency-type: direct:production
...

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 Apr 26, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgitpython@​3.1.43 ⏵ 3.1.4793100100100100

View full report

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