Bump gitpython from 3.1.40 to 3.1.50 in /templates/summarize-anthropic#10
Conversation
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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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" |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit 5f2525a. Configure here.


Bumps gitpython from 3.1.40 to 3.1.50.
Release notes
Sourced from gitpython's releases.
... (truncated)
Commits
5a294a6bump version to 3.1.50d7b029fMerge pull request #2142 from gitpython-developers/fix-validate-config-key-ne...5453842Validate config key section names before writing1085a7cMerge pull request #2128 from meliezer/fix-worktree-git-dirb7f5fdeMerge pull request #2141 from gitpython-developers/dependabot/submodules/git/...4e8cd45Bump git/ext/gitdb from335c0f6to53c94d69e94459Merge pull request #2140 from gitpython-developers/dependabot/pre_commit/pre-...714e2e1Xfail Windows symlink-capable index mutation testb17f113Bump https://github.com/astral-sh/ruff-pre-commitaee2fd5bump version to 3.1.49Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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, bumpinggitpythonfrom3.1.40to3.1.50.The lockfile is also regenerated with Poetry
2.2.1, which adds dependencygroupsmetadata 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.