Skip to content

Bump gitpython from 3.1.40 to 3.1.50 in /templates/summarize-anthropic#10

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/templates/summarize-anthropic/gitpython-3.1.50
Open

Bump gitpython from 3.1.40 to 3.1.50 in /templates/summarize-anthropic#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/templates/summarize-anthropic/gitpython-3.1.50

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Copy link
Copy Markdown

Bumps gitpython from 3.1.40 to 3.1.50.

Release notes

Sourced from gitpython's releases.

3.1.50

What's Changed

New Contributors

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

3.1.49 - Security

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.48...3.1.49

3.1.48 - Security

Accidentally deleted the previous GH release, it did mention the advisory this fixes.

What's Changed

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

3.1.47 - with security fixes

Advisories

What's Changed

... (truncated)

Commits

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
Primarily a dependency lockfile update (including a minor GitPython bump) with no runtime logic changes; risk is limited to potential dependency resolution/environment differences.

Overview
Updates templates/summarize-anthropic/poetry.lock, bumping gitpython from 3.1.40 to 3.1.50.

The lockfile is also regenerated with Poetry 2.2.1, which adds dependency groups metadata and refines various environment markers/extras in the resolved dependency set.

Reviewed by Cursor Bugbot for commit 5f2525a. 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.50.
- [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.50)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.50
  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 May 20, 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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 5f2525a. Configure here.


[metadata]
lock-version = "2.0"
lock-version = "2.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lock file format incompatible with project's Poetry version

High Severity

The lock file was regenerated by Poetry 2.2.1 with lock-version = "2.1", but the project's CI (templates_ci.yml, _lint.yml) uses POETRY_VERSION: "1.6.1". Poetry 1.x cannot parse lock-version 2.1 files, which include Poetry 2.x-specific fields like groups on every package. Every other template lock file in the repo uses lock-version = "2.0". This will cause poetry lock --check and poetry install to fail when run with the project's standard Poetry 1.6.1.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5f2525a. Configure here.

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