Update dependency GitPython to v3.1.40 #7

Merged
tux merged 1 commit from renovate/gitpython-3.x into master 2023-11-05 17:17:59 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
GitPython patch ==3.1.12 -> ==3.1.40

Release Notes

gitpython-developers/GitPython (GitPython)

v3.1.40: - fix downstream CI

Compare Source

What's Changed

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.38...3.1.40

v3.1.38

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.37...3.1.38

v3.1.37: - a proper fix CVE-2023-41040

Compare Source

What's Changed

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.36...3.1.37

v3.1.36

Compare Source

v3.1.35: - a fix for CVE-2023-41040

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35

v3.1.34: - fix resource leaking

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.33...3.1.34

v3.1.33: - with security fix

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.33

v3.1.32: - with another security update

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32

v3.1.31

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31

v3.1.30: - with important security fixes

Compare Source

See https://github.com/gitpython-developers/GitPython/issues/1515 for details.

What's Changed

New Contributors

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.29...3.1.30

v3.1.29

Compare Source

v3.1.28

Compare Source

v3.1.27

Compare Source

v3.1.26

Compare Source

v3.1.25

Compare Source

v3.1.24

Compare Source

v3.1.23

Compare Source

v3.1.22

Compare Source

v3.1.20

Compare Source

What's Changed

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.19...3.1.20

v3.1.19

Compare Source

v3.1.18

Compare Source

v3.1.17

Compare Source

v3.1.16

Compare Source

v3.1.15

Compare Source

v3.1.14

Compare Source

v3.1.13

Compare Source


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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [GitPython](https://github.com/gitpython-developers/GitPython) | patch | `==3.1.12` -> `==3.1.40` | --- ### Release Notes <details> <summary>gitpython-developers/GitPython (GitPython)</summary> ### [`v3.1.40`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.40): - fix downstream CI [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.38...3.1.40) #### What's Changed - Add missing info in Submodule.remove docstring by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1714 - Have init script clone submodules unconditionally by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1715 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.38...3.1.40 ### [`v3.1.38`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.38) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.37...3.1.38) #### What's Changed - Add missing assert keywords by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1678 - Make clear every test's status in every CI run by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1679 - Fix new link to license in readme by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1680 - Drop unneeded flake8 suppressions by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1681 - Update instructions and test helpers for git-daemon by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1684 - Fix Git.execute shell use and reporting bugs by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1687 - No longer allow CI to select a prerelease for 3.12 by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1689 - Clarify Git.execute and Popen arguments by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1688 - Ask git where its daemon is and use that by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1697 - Fix bugs affecting exception wrapping in rmtree callback by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1700 - Fix dynamically-set **all** variable by [@&#8203;DeflateAwning](https://github.com/DeflateAwning) in https://github.com/gitpython-developers/GitPython/pull/1659 - Fix small [#&#8203;1662](https://github.com/gitpython-developers/GitPython/issues/1662) regression due to [#&#8203;1659](https://github.com/gitpython-developers/GitPython/issues/1659) by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1701 - Drop obsolete info on yanking from security policy by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1703 - Have Dependabot offer submodule updates by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1702 - Bump git/ext/gitdb from `49c3178` to `8ec2390` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gitpython-developers/GitPython/pull/1704 - Bump git/ext/gitdb from `8ec2390` to `6a22706` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gitpython-developers/GitPython/pull/1705 - Update readme for milestone-less releasing by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1707 - Run Cygwin CI workflow commands in login shells by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1709 #### New Contributors - [@&#8203;DeflateAwning](https://github.com/DeflateAwning) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1659 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.37...3.1.38 ### [`v3.1.37`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.37): - a proper fix CVE-2023-41040 [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.36...3.1.37) #### What's Changed - Improve Python version and OS compatibility, fixing deprecations by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1654 - Better document env_case test/fixture and cwd by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1657 - Remove spurious executable permissions by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1658 - Fix up checks in Makefile and make them portable by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1661 - Fix URLs that were redirecting to another license by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1662 - Assorted small fixes/improvements to root dir docs by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1663 - Use venv instead of virtualenv in test_installation by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1664 - Omit py_modules in setup by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1665 - Don't track code coverage temporary files by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1666 - Configure tox by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1667 - Format tests with black and auto-exclude untracked paths by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1668 - Upgrade and broaden flake8, fixing style problems and bugs by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1673 - Fix rollback bug in SymbolicReference.set_reference by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1675 - Remove `@NoEffect` annotations by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1677 - Add more checks for the validity of refnames by [@&#8203;facutuesca](https://github.com/facutuesca) in https://github.com/gitpython-developers/GitPython/pull/1672 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.36...3.1.37 ### [`v3.1.36`](https://github.com/gitpython-developers/GitPython/compare/3.1.35...3.1.36) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.35...3.1.36) ### [`v3.1.35`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.35): - a fix for CVE-2023-41040 [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35) #### What's Changed - Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gitpython-developers/GitPython/pull/1643 - Fix 'Tree' object has no attribute '\_name' when submodule path is normal path by [@&#8203;CosmosAtlas](https://github.com/CosmosAtlas) in https://github.com/gitpython-developers/GitPython/pull/1645 - Fix CVE-2023-41040 by [@&#8203;facutuesca](https://github.com/facutuesca) in https://github.com/gitpython-developers/GitPython/pull/1644 - Only make config more permissive in tests that need it by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1648 - Added test for PR [#&#8203;1645](https://github.com/gitpython-developers/GitPython/issues/1645) submodule path by [@&#8203;CosmosAtlas](https://github.com/CosmosAtlas) in https://github.com/gitpython-developers/GitPython/pull/1647 - Fix Windows environment variable upcasing bug by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1650 #### New Contributors - [@&#8203;CosmosAtlas](https://github.com/CosmosAtlas) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1645 - [@&#8203;facutuesca](https://github.com/facutuesca) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1644 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35 ### [`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 [@&#8203;skshetry](https://github.com/skshetry) in https://github.com/gitpython-developers/GitPython/pull/1639 #### New Contributors - [@&#8203;skshetry](https://github.com/skshetry) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1639 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/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 [@&#8203;LeoDaCoda](https://github.com/LeoDaCoda) in https://github.com/gitpython-developers/GitPython/pull/1608 - Partial clean up wrt mypy and black by [@&#8203;bodograumann](https://github.com/bodograumann) in https://github.com/gitpython-developers/GitPython/pull/1617 - Disable merge_includes in config writers by [@&#8203;bodograumann](https://github.com/bodograumann) in https://github.com/gitpython-developers/GitPython/pull/1618 - feat: full typing for "progress" parameter in Repo class by [@&#8203;madebylydia](https://github.com/madebylydia) in https://github.com/gitpython-developers/GitPython/pull/1634 - Fix CVE-2023-40590 by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1636 - [#&#8203;1566](https://github.com/gitpython-developers/GitPython/issues/1566) Creating a lock now uses python built-in "open()" method to work arou… by [@&#8203;HageMaster3108](https://github.com/HageMaster3108) in https://github.com/gitpython-developers/GitPython/pull/1619 #### New Contributors - [@&#8203;LeoDaCoda](https://github.com/LeoDaCoda) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1608 - [@&#8203;bodograumann](https://github.com/bodograumann) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1617 - [@&#8203;EliahKagan](https://github.com/EliahKagan) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1636 - [@&#8203;HageMaster3108](https://github.com/HageMaster3108) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1619 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.33 ### [`v3.1.32`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.32): - with another security update [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32) #### What's Changed - Bump cygwin/cygwin-install-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gitpython-developers/GitPython/pull/1572 - Fix up the commit trailers functionality by [@&#8203;itsluketwist](https://github.com/itsluketwist) in https://github.com/gitpython-developers/GitPython/pull/1576 - Name top-level exceptions as private variables by [@&#8203;Hawk777](https://github.com/Hawk777) in https://github.com/gitpython-developers/GitPython/pull/1590 - fix pypi long description by [@&#8203;eUgEntOptIc44](https://github.com/eUgEntOptIc44) in https://github.com/gitpython-developers/GitPython/pull/1603 - Don't rely on **del** by [@&#8203;r-darwish](https://github.com/r-darwish) in https://github.com/gitpython-developers/GitPython/pull/1606 - Block insecure non-multi options in clone/clone_from by [@&#8203;Beuc](https://github.com/Beuc) in https://github.com/gitpython-developers/GitPython/pull/1609 #### New Contributors - [@&#8203;Hawk777](https://github.com/Hawk777) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1590 - [@&#8203;eUgEntOptIc44](https://github.com/eUgEntOptIc44) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1603 - [@&#8203;r-darwish](https://github.com/r-darwish) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1606 - [@&#8203;Beuc](https://github.com/Beuc) made their first contribution in https://github.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://github.com/gitpython-developers/GitPython/releases/tag/3.1.31) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31) #### What's Changed - Fix Sphinx rendering errors by [@&#8203;stephan-cr](https://github.com/stephan-cr) in https://github.com/gitpython-developers/GitPython/pull/1524 - tests: Use `command -v` instead of third-party `which` program by [@&#8203;mgorny](https://github.com/mgorny) in https://github.com/gitpython-developers/GitPython/pull/1525 - fix/add allow_unsafe_\* params in docstrings + fix typo by [@&#8203;obfusk](https://github.com/obfusk) in https://github.com/gitpython-developers/GitPython/pull/1530 - use tempfile.TemporaryDirectory & fix clone_from_unsafe_protocol tests by [@&#8203;obfusk](https://github.com/obfusk) in https://github.com/gitpython-developers/GitPython/pull/1531 - Fix some resource leaks by open file handles by [@&#8203;marlamb](https://github.com/marlamb) in https://github.com/gitpython-developers/GitPython/pull/1532 - fix files list on file rename by [@&#8203;teknoraver](https://github.com/teknoraver) in https://github.com/gitpython-developers/GitPython/pull/1537 - Declare support for Python 3.11 by [@&#8203;hugovk](https://github.com/hugovk) in https://github.com/gitpython-developers/GitPython/pull/1541 - Fix ignored by [@&#8203;Lightborne](https://github.com/Lightborne) in https://github.com/gitpython-developers/GitPython/pull/1545 - Fix timezone parsing functions for non-hour timezones by [@&#8203;jcowgill](https://github.com/jcowgill) in https://github.com/gitpython-developers/GitPython/pull/1547 - Enable user to override default diff -M arg by [@&#8203;mellowed100](https://github.com/mellowed100) in https://github.com/gitpython-developers/GitPython/pull/1551 - Remove optional from two member variables by [@&#8203;Sineaggi](https://github.com/Sineaggi) in https://github.com/gitpython-developers/GitPython/pull/1550 - Fix RecursionError when iterating streams by [@&#8203;eric-wieser](https://github.com/eric-wieser) in https://github.com/gitpython-developers/GitPython/pull/1554 - Fix get_values() so it correctly loads section names by [@&#8203;Codym48](https://github.com/Codym48) in https://github.com/gitpython-developers/GitPython/pull/1555 #### New Contributors - [@&#8203;stephan-cr](https://github.com/stephan-cr) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1524 - [@&#8203;obfusk](https://github.com/obfusk) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1530 - [@&#8203;marlamb](https://github.com/marlamb) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1532 - [@&#8203;teknoraver](https://github.com/teknoraver) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1537 - [@&#8203;Lightborne](https://github.com/Lightborne) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1545 - [@&#8203;jcowgill](https://github.com/jcowgill) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1547 - [@&#8203;mellowed100](https://github.com/mellowed100) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1551 - [@&#8203;Sineaggi](https://github.com/Sineaggi) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1550 - [@&#8203;Codym48](https://github.com/Codym48) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1555 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.31 ### [`v3.1.30`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.30): - with important security fixes [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.29...3.1.30) See https://github.com/gitpython-developers/GitPython/issues/1515 for details. #### What's Changed - Add datetime.datetime type to commit_date and author_date by [@&#8203;SergeantMenacingGarlic](https://github.com/SergeantMenacingGarlic) in https://github.com/gitpython-developers/GitPython/pull/1501 - Bump cygwin/cygwin-install-action from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gitpython-developers/GitPython/pull/1514 - Fix command injection by [@&#8203;stsewd](https://github.com/stsewd) in https://github.com/gitpython-developers/GitPython/pull/1518 - Document PushInfoList by [@&#8203;skinitimski](https://github.com/skinitimski) in https://github.com/gitpython-developers/GitPython/pull/1522 - Fix type hint on create_tag by [@&#8203;drewcassidy](https://github.com/drewcassidy) in https://github.com/gitpython-developers/GitPython/pull/1523 - Block insecure options and protocols by default by [@&#8203;stsewd](https://github.com/stsewd) in https://github.com/gitpython-developers/GitPython/pull/1521 #### New Contributors - [@&#8203;SergeantMenacingGarlic](https://github.com/SergeantMenacingGarlic) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1501 - [@&#8203;skinitimski](https://github.com/skinitimski) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1522 - [@&#8203;drewcassidy](https://github.com/drewcassidy) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1523 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.29...3.1.30 ### [`v3.1.29`](https://github.com/gitpython-developers/GitPython/compare/3.1.28...3.1.29) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.28...3.1.29) ### [`v3.1.28`](https://github.com/gitpython-developers/GitPython/compare/3.1.27...3.1.28) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.27...3.1.28) ### [`v3.1.27`](https://github.com/gitpython-developers/GitPython/compare/3.1.26...3.1.27) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.26...3.1.27) ### [`v3.1.26`](https://github.com/gitpython-developers/GitPython/compare/3.1.25...3.1.26) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.25...3.1.26) ### [`v3.1.25`](https://github.com/gitpython-developers/GitPython/compare/3.1.24...3.1.25) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.24...3.1.25) ### [`v3.1.24`](https://github.com/gitpython-developers/GitPython/compare/3.1.23...3.1.24) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.23...3.1.24) ### [`v3.1.23`](https://github.com/gitpython-developers/GitPython/compare/3.1.22...3.1.23) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.22...3.1.23) ### [`v3.1.22`](https://github.com/gitpython-developers/GitPython/compare/3.1.20...3.1.22) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.20...3.1.22) ### [`v3.1.20`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.20) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.19...3.1.20) #### What's Changed - Fix Py.typed discovery by [@&#8203;Yobmod](https://github.com/Yobmod) in https://github.com/gitpython-developers/GitPython/pull/1297 - Revert use of Typeguard and therefore typing-extensions==3.10.0.0 by [@&#8203;Yobmod](https://github.com/Yobmod) in https://github.com/gitpython-developers/GitPython/pull/1298 - Added support of spaces for clone multi_options by [@&#8203;ilakhtenkov](https://github.com/ilakhtenkov) in https://github.com/gitpython-developers/GitPython/pull/1299 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.19...3.1.20 ### [`v3.1.19`](https://github.com/gitpython-developers/GitPython/compare/3.1.18...3.1.19) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.18...3.1.19) ### [`v3.1.18`](https://github.com/gitpython-developers/GitPython/compare/3.1.17...3.1.18) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.17...3.1.18) ### [`v3.1.17`](https://github.com/gitpython-developers/GitPython/compare/3.1.16...3.1.17) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.16...3.1.17) ### [`v3.1.16`](https://github.com/gitpython-developers/GitPython/compare/3.1.15...3.1.16) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.15...3.1.16) ### [`v3.1.15`](https://github.com/gitpython-developers/GitPython/compare/3.1.14...3.1.15) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.14...3.1.15) ### [`v3.1.14`](https://github.com/gitpython-developers/GitPython/compare/3.1.13...3.1.14) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.13...3.1.14) ### [`v3.1.13`](https://github.com/gitpython-developers/GitPython/compare/3.1.12...3.1.13) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.12...3.1.13) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC43IiwidXBkYXRlZEluVmVyIjoiMzcuOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate-bot added 1 commit 2023-09-01 20:17:22 +02:00
renovate-bot force-pushed renovate/gitpython-3.x from b7605cf2cc to 341b5fa79f 2023-09-02 12:17:20 +02:00 Compare
renovate-bot changed title from Update dependency GitPython to v3.1.33 to Update dependency GitPython to v3.1.34 2023-09-02 12:17:21 +02:00
renovate-bot force-pushed renovate/gitpython-3.x from 341b5fa79f to 2ea03a480a 2023-09-07 16:17:20 +02:00 Compare
renovate-bot changed title from Update dependency GitPython to v3.1.34 to Update dependency GitPython to v3.1.35 2023-09-07 16:17:22 +02:00
renovate-bot force-pushed renovate/gitpython-3.x from 2ea03a480a to 338a246646 2023-09-12 08:17:21 +02:00 Compare
renovate-bot changed title from Update dependency GitPython to v3.1.35 to Update dependency GitPython to v3.1.36 2023-09-12 08:17:22 +02:00
renovate-bot force-pushed renovate/gitpython-3.x from 338a246646 to f4ff5476e2 2023-09-22 10:17:21 +02:00 Compare
renovate-bot changed title from Update dependency GitPython to v3.1.36 to Update dependency GitPython to v3.1.37 2023-09-22 10:17:21 +02:00
renovate-bot force-pushed renovate/gitpython-3.x from f4ff5476e2 to eeb58f40df 2023-09-22 18:18:55 +02:00 Compare
renovate-bot force-pushed renovate/gitpython-3.x from eeb58f40df to 8f1d6d31f5 2023-10-17 08:17:20 +02:00 Compare
renovate-bot changed title from Update dependency GitPython to v3.1.37 to Update dependency GitPython to v3.1.38 2023-10-17 08:17:22 +02:00
renovate-bot force-pushed renovate/gitpython-3.x from 8f1d6d31f5 to 3efb1979f1 2023-10-18 18:17:20 +02:00 Compare
renovate-bot changed title from Update dependency GitPython to v3.1.38 to Update dependency GitPython to v3.1.40 2023-10-18 18:17:21 +02:00
renovate-bot force-pushed renovate/gitpython-3.x from 3efb1979f1 to 90395cd7a3 2023-11-05 17:17:22 +01:00 Compare
tux merged commit f2631e0bd0 into master 2023-11-05 17:17:58 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Netz39_Vorstand/entities_service#7
No description provided.