Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency GitPython to v3.1.34 (#320)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [GitPython](https://github.com/gitpython-developers/GitPython) | `==3.1.32` -> `==3.1.34` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/GitPython/3.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/GitPython/3.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/GitPython/3.1.32/3.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/GitPython/3.1.32/3.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gitpython-developers/GitPython (GitPython)</summary> ### [`v3.1.34`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.34): - fix resource leaking [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.33...3.1.34) ##### What's Changed - util: close lockfile after opening successfully by [@​skshetry](https://github.com/skshetry) in [https://github.com/gitpython-developers/GitPython/pull/1639](https://github.com/gitpython-developers/GitPython/pull/1639) ##### New Contributors - [@​skshetry](https://github.com/skshetry) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1639](https://github.com/gitpython-developers/GitPython/pull/1639) **Full Changelog**: gitpython-developers/GitPython@3.1.33...3.1.34 ### [`v3.1.33`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.33): - with security fix [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.33) ##### What's Changed - WIP Quick doc by [@​LeoDaCoda](https://github.com/LeoDaCoda) in [https://github.com/gitpython-developers/GitPython/pull/1608](https://github.com/gitpython-developers/GitPython/pull/1608) - Partial clean up wrt mypy and black by [@​bodograumann](https://github.com/bodograumann) in [https://github.com/gitpython-developers/GitPython/pull/1617](https://github.com/gitpython-developers/GitPython/pull/1617) - Disable merge_includes in config writers by [@​bodograumann](https://github.com/bodograumann) in [https://github.com/gitpython-developers/GitPython/pull/1618](https://github.com/gitpython-developers/GitPython/pull/1618) - feat: full typing for "progress" parameter in Repo class by [@​madebylydia](https://github.com/madebylydia) in [https://github.com/gitpython-developers/GitPython/pull/1634](https://github.com/gitpython-developers/GitPython/pull/1634) - Fix CVE-2023-40590 by [@​EliahKagan](https://github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1636](https://github.com/gitpython-developers/GitPython/pull/1636) - [#​1566](https://github.com/gitpython-developers/GitPython/issues/1566) Creating a lock now uses python built-in "open()" method to work arou… by [@​HageMaster3108](https://github.com/HageMaster3108) in [https://github.com/gitpython-developers/GitPython/pull/1619](https://github.com/gitpython-developers/GitPython/pull/1619) ##### New Contributors - [@​LeoDaCoda](https://github.com/LeoDaCoda) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1608](https://github.com/gitpython-developers/GitPython/pull/1608) - [@​bodograumann](https://github.com/bodograumann) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1617](https://github.com/gitpython-developers/GitPython/pull/1617) - [@​EliahKagan](https://github.com/EliahKagan) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1636](https://github.com/gitpython-developers/GitPython/pull/1636) - [@​HageMaster3108](https://github.com/HageMaster3108) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1619](https://github.com/gitpython-developers/GitPython/pull/1619) **Full Changelog**: gitpython-developers/GitPython@3.1.32...3.1.33 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/allenporter/flux-local). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC44IiwidXBkYXRlZEluVmVyIjoiMzYuNzguOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information