Update dependency gitpython to v3.1.62 - #1425
Conversation
cd8bbdd to
a7f09e5
Compare
|
As far as I can tell, the root cause for the test failures is that GitPython >= 3.1.60 doesn't correctly handle config option |
a37ec2f to
01abe94
Compare
Underlying issue fixed in GitPython 3.1.62, the remaining broken test case is a bug in the test. |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
01abe94 to
638f0e9
Compare
Previously, the test incorrectly used `Repo.init()` on the existing bare checkout path instead of just `Repo()`.
This PR contains the following updates:
3.1.59→3.1.62Release Notes
gitpython-developers/GitPython (gitpython)
v3.1.62Compare Source
What's Changed
New Contributors
Full Changelog: gitpython-developers/GitPython@3.1.61...3.1.62
v3.1.61Compare Source
Fix accidental removal of exploitable regex in
Actorby bringing it back, and deprecating it.What's Changed
New Contributors
Full Changelog: gitpython-developers/GitPython@3.1.60...3.1.61
v3.1.60: SecurityCompare Source
What's Changed
Full Changelog: gitpython-developers/GitPython@3.1.59...3.1.60
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.