gitpython-developers/GitPython (GitPython)
### [`v3.1.32`](https://togithub.com/gitpython-developers/GitPython/releases/tag/3.1.32): - with another security update
[Compare Source](https://togithub.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32)
#### What's Changed
- Bump cygwin/cygwin-install-action from 3 to 4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/gitpython-developers/GitPython/pull/1572](https://togithub.com/gitpython-developers/GitPython/pull/1572)
- Fix up the commit trailers functionality by [@itsluketwist](https://togithub.com/itsluketwist) in [https://github.com/gitpython-developers/GitPython/pull/1576](https://togithub.com/gitpython-developers/GitPython/pull/1576)
- Name top-level exceptions as private variables by [@Hawk777](https://togithub.com/Hawk777) in [https://github.com/gitpython-developers/GitPython/pull/1590](https://togithub.com/gitpython-developers/GitPython/pull/1590)
- fix pypi long description by [@eUgEntOptIc44](https://togithub.com/eUgEntOptIc44) in [https://github.com/gitpython-developers/GitPython/pull/1603](https://togithub.com/gitpython-developers/GitPython/pull/1603)
- Don't rely on **del** by [@r-darwish](https://togithub.com/r-darwish) in [https://github.com/gitpython-developers/GitPython/pull/1606](https://togithub.com/gitpython-developers/GitPython/pull/1606)
- Block insecure non-multi options in clone/clone_from by [@Beuc](https://togithub.com/Beuc) in [https://github.com/gitpython-developers/GitPython/pull/1609](https://togithub.com/gitpython-developers/GitPython/pull/1609)
#### New Contributors
- [@Hawk777](https://togithub.com/Hawk777) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1590](https://togithub.com/gitpython-developers/GitPython/pull/1590)
- [@eUgEntOptIc44](https://togithub.com/eUgEntOptIc44) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1603](https://togithub.com/gitpython-developers/GitPython/pull/1603)
- [@r-darwish](https://togithub.com/r-darwish) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1606](https://togithub.com/gitpython-developers/GitPython/pull/1606)
- [@Beuc](https://togithub.com/Beuc) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1609](https://togithub.com/gitpython-developers/GitPython/pull/1609)
**Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32
### [`v3.1.31`](https://togithub.com/gitpython-developers/GitPython/releases/tag/3.1.31)
[Compare Source](https://togithub.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31)
#### What's Changed
- Fix Sphinx rendering errors by [@stephan-cr](https://togithub.com/stephan-cr) in [https://github.com/gitpython-developers/GitPython/pull/1524](https://togithub.com/gitpython-developers/GitPython/pull/1524)
- tests: Use `command -v` instead of third-party `which` program by [@mgorny](https://togithub.com/mgorny) in [https://github.com/gitpython-developers/GitPython/pull/1525](https://togithub.com/gitpython-developers/GitPython/pull/1525)
- fix/add allow_unsafe_\* params in docstrings + fix typo by [@obfusk](https://togithub.com/obfusk) in [https://github.com/gitpython-developers/GitPython/pull/1530](https://togithub.com/gitpython-developers/GitPython/pull/1530)
- use tempfile.TemporaryDirectory & fix clone_from_unsafe_protocol tests by [@obfusk](https://togithub.com/obfusk) in [https://github.com/gitpython-developers/GitPython/pull/1531](https://togithub.com/gitpython-developers/GitPython/pull/1531)
- Fix some resource leaks by open file handles by [@marlamb](https://togithub.com/marlamb) in [https://github.com/gitpython-developers/GitPython/pull/1532](https://togithub.com/gitpython-developers/GitPython/pull/1532)
- fix files list on file rename by [@teknoraver](https://togithub.com/teknoraver) in [https://github.com/gitpython-developers/GitPython/pull/1537](https://togithub.com/gitpython-developers/GitPython/pull/1537)
- Declare support for Python 3.11 by [@hugovk](https://togithub.com/hugovk) in [https://github.com/gitpython-developers/GitPython/pull/1541](https://togithub.com/gitpython-developers/GitPython/pull/1541)
- Fix ignored by [@Lightborne](https://togithub.com/Lightborne) in [https://github.com/gitpython-developers/GitPython/pull/1545](https://togithub.com/gitpython-developers/GitPython/pull/1545)
- Fix timezone parsing functions for non-hour timezones by [@jcowgill](https://togithub.com/jcowgill) in [https://github.com/gitpython-developers/GitPython/pull/1547](https://togithub.com/gitpython-developers/GitPython/pull/1547)
- Enable user to override default diff -M arg by [@mellowed100](https://togithub.com/mellowed100) in [https://github.com/gitpython-developers/GitPython/pull/1551](https://togithub.com/gitpython-developers/GitPython/pull/1551)
- Remove optional from two member variables by [@Sineaggi](https://togithub.com/Sineaggi) in [https://github.com/gitpython-developers/GitPython/pull/1550](https://togithub.com/gitpython-developers/GitPython/pull/1550)
- Fix RecursionError when iterating streams by [@eric-wieser](https://togithub.com/eric-wieser) in [https://github.com/gitpython-developers/GitPython/pull/1554](https://togithub.com/gitpython-developers/GitPython/pull/1554)
- Fix get_values() so it correctly loads section names by [@Codym48](https://togithub.com/Codym48) in [https://github.com/gitpython-developers/GitPython/pull/1555](https://togithub.com/gitpython-developers/GitPython/pull/1555)
#### New Contributors
- [@stephan-cr](https://togithub.com/stephan-cr) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1524](https://togithub.com/gitpython-developers/GitPython/pull/1524)
- [@obfusk](https://togithub.com/obfusk) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1530](https://togithub.com/gitpython-developers/GitPython/pull/1530)
- [@marlamb](https://togithub.com/marlamb) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1532](https://togithub.com/gitpython-developers/GitPython/pull/1532)
- [@teknoraver](https://togithub.com/teknoraver) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1537](https://togithub.com/gitpython-developers/GitPython/pull/1537)
- [@Lightborne](https://togithub.com/Lightborne) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1545](https://togithub.com/gitpython-developers/GitPython/pull/1545)
- [@jcowgill](https://togithub.com/jcowgill) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1547](https://togithub.com/gitpython-developers/GitPython/pull/1547)
- [@mellowed100](https://togithub.com/mellowed100) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1551](https://togithub.com/gitpython-developers/GitPython/pull/1551)
- [@Sineaggi](https://togithub.com/Sineaggi) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1550](https://togithub.com/gitpython-developers/GitPython/pull/1550)
- [@Codym48](https://togithub.com/Codym48) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1555](https://togithub.com/gitpython-developers/GitPython/pull/1555)
**Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
==3.1.30
->==3.1.32
Release Notes
gitpython-developers/GitPython (GitPython)
### [`v3.1.32`](https://togithub.com/gitpython-developers/GitPython/releases/tag/3.1.32): - with another security update [Compare Source](https://togithub.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32) #### What's Changed - Bump cygwin/cygwin-install-action from 3 to 4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/gitpython-developers/GitPython/pull/1572](https://togithub.com/gitpython-developers/GitPython/pull/1572) - Fix up the commit trailers functionality by [@itsluketwist](https://togithub.com/itsluketwist) in [https://github.com/gitpython-developers/GitPython/pull/1576](https://togithub.com/gitpython-developers/GitPython/pull/1576) - Name top-level exceptions as private variables by [@Hawk777](https://togithub.com/Hawk777) in [https://github.com/gitpython-developers/GitPython/pull/1590](https://togithub.com/gitpython-developers/GitPython/pull/1590) - fix pypi long description by [@eUgEntOptIc44](https://togithub.com/eUgEntOptIc44) in [https://github.com/gitpython-developers/GitPython/pull/1603](https://togithub.com/gitpython-developers/GitPython/pull/1603) - Don't rely on **del** by [@r-darwish](https://togithub.com/r-darwish) in [https://github.com/gitpython-developers/GitPython/pull/1606](https://togithub.com/gitpython-developers/GitPython/pull/1606) - Block insecure non-multi options in clone/clone_from by [@Beuc](https://togithub.com/Beuc) in [https://github.com/gitpython-developers/GitPython/pull/1609](https://togithub.com/gitpython-developers/GitPython/pull/1609) #### New Contributors - [@Hawk777](https://togithub.com/Hawk777) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1590](https://togithub.com/gitpython-developers/GitPython/pull/1590) - [@eUgEntOptIc44](https://togithub.com/eUgEntOptIc44) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1603](https://togithub.com/gitpython-developers/GitPython/pull/1603) - [@r-darwish](https://togithub.com/r-darwish) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1606](https://togithub.com/gitpython-developers/GitPython/pull/1606) - [@Beuc](https://togithub.com/Beuc) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1609](https://togithub.com/gitpython-developers/GitPython/pull/1609) **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32 ### [`v3.1.31`](https://togithub.com/gitpython-developers/GitPython/releases/tag/3.1.31) [Compare Source](https://togithub.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31) #### What's Changed - Fix Sphinx rendering errors by [@stephan-cr](https://togithub.com/stephan-cr) in [https://github.com/gitpython-developers/GitPython/pull/1524](https://togithub.com/gitpython-developers/GitPython/pull/1524) - tests: Use `command -v` instead of third-party `which` program by [@mgorny](https://togithub.com/mgorny) in [https://github.com/gitpython-developers/GitPython/pull/1525](https://togithub.com/gitpython-developers/GitPython/pull/1525) - fix/add allow_unsafe_\* params in docstrings + fix typo by [@obfusk](https://togithub.com/obfusk) in [https://github.com/gitpython-developers/GitPython/pull/1530](https://togithub.com/gitpython-developers/GitPython/pull/1530) - use tempfile.TemporaryDirectory & fix clone_from_unsafe_protocol tests by [@obfusk](https://togithub.com/obfusk) in [https://github.com/gitpython-developers/GitPython/pull/1531](https://togithub.com/gitpython-developers/GitPython/pull/1531) - Fix some resource leaks by open file handles by [@marlamb](https://togithub.com/marlamb) in [https://github.com/gitpython-developers/GitPython/pull/1532](https://togithub.com/gitpython-developers/GitPython/pull/1532) - fix files list on file rename by [@teknoraver](https://togithub.com/teknoraver) in [https://github.com/gitpython-developers/GitPython/pull/1537](https://togithub.com/gitpython-developers/GitPython/pull/1537) - Declare support for Python 3.11 by [@hugovk](https://togithub.com/hugovk) in [https://github.com/gitpython-developers/GitPython/pull/1541](https://togithub.com/gitpython-developers/GitPython/pull/1541) - Fix ignored by [@Lightborne](https://togithub.com/Lightborne) in [https://github.com/gitpython-developers/GitPython/pull/1545](https://togithub.com/gitpython-developers/GitPython/pull/1545) - Fix timezone parsing functions for non-hour timezones by [@jcowgill](https://togithub.com/jcowgill) in [https://github.com/gitpython-developers/GitPython/pull/1547](https://togithub.com/gitpython-developers/GitPython/pull/1547) - Enable user to override default diff -M arg by [@mellowed100](https://togithub.com/mellowed100) in [https://github.com/gitpython-developers/GitPython/pull/1551](https://togithub.com/gitpython-developers/GitPython/pull/1551) - Remove optional from two member variables by [@Sineaggi](https://togithub.com/Sineaggi) in [https://github.com/gitpython-developers/GitPython/pull/1550](https://togithub.com/gitpython-developers/GitPython/pull/1550) - Fix RecursionError when iterating streams by [@eric-wieser](https://togithub.com/eric-wieser) in [https://github.com/gitpython-developers/GitPython/pull/1554](https://togithub.com/gitpython-developers/GitPython/pull/1554) - Fix get_values() so it correctly loads section names by [@Codym48](https://togithub.com/Codym48) in [https://github.com/gitpython-developers/GitPython/pull/1555](https://togithub.com/gitpython-developers/GitPython/pull/1555) #### New Contributors - [@stephan-cr](https://togithub.com/stephan-cr) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1524](https://togithub.com/gitpython-developers/GitPython/pull/1524) - [@obfusk](https://togithub.com/obfusk) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1530](https://togithub.com/gitpython-developers/GitPython/pull/1530) - [@marlamb](https://togithub.com/marlamb) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1532](https://togithub.com/gitpython-developers/GitPython/pull/1532) - [@teknoraver](https://togithub.com/teknoraver) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1537](https://togithub.com/gitpython-developers/GitPython/pull/1537) - [@Lightborne](https://togithub.com/Lightborne) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1545](https://togithub.com/gitpython-developers/GitPython/pull/1545) - [@jcowgill](https://togithub.com/jcowgill) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1547](https://togithub.com/gitpython-developers/GitPython/pull/1547) - [@mellowed100](https://togithub.com/mellowed100) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1551](https://togithub.com/gitpython-developers/GitPython/pull/1551) - [@Sineaggi](https://togithub.com/Sineaggi) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1550](https://togithub.com/gitpython-developers/GitPython/pull/1550) - [@Codym48](https://togithub.com/Codym48) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1555](https://togithub.com/gitpython-developers/GitPython/pull/1555) **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.