Update dependency GitPython to v3.1.43 #20

Merged
tux merged 1 commit from renovate/gitpython-3.x into master 2024-06-10 09:28:43 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
GitPython patch ==3.1.42 -> ==3.1.43

Release Notes

gitpython-developers/GitPython (GitPython)

v3.1.43

Compare Source

Particularly Important Changes

These are likely to affect you, please do take a careful look.

Other Changes

New Contributors

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43


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.42` -> `==3.1.43` | --- ### Release Notes <details> <summary>gitpython-developers/GitPython (GitPython)</summary> ### [`v3.1.43`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.43) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43) #### Particularly Important Changes These are likely to affect you, please do take a careful look. - Issue and test deprecation warnings by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1886 - Fix version_info cache invalidation, typing, parsing, and serialization by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1838 - Document manual refresh path treatment by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1839 - Improve static typing and docstrings related to git object types by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1859 #### Other Changes - Test in Docker with Alpine Linux on CI by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1826 - Build online docs (RTD) with -W and dependencies by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1843 - Suggest full-path refresh() in failure message by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1844 - `repo.blame` and `repo.blame_incremental` now accept `None` as the `rev` parameter. by [@&#8203;Gaubbe](https://github.com/Gaubbe) in https://github.com/gitpython-developers/GitPython/pull/1846 - Make sure diff always uses the default diff driver when `create_patch=True` by [@&#8203;can-taslicukur](https://github.com/can-taslicukur) in https://github.com/gitpython-developers/GitPython/pull/1832 - Revise docstrings, comments, and a few messages by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1850 - Expand what is included in the API Reference by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1855 - Restore building of documentation downloads by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1856 - Revise type annotations slightly by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1860 - Updating regex pattern to handle unicode whitespaces. by [@&#8203;jcole-crowdstrike](https://github.com/jcole-crowdstrike) in https://github.com/gitpython-developers/GitPython/pull/1853 - Use upgraded pip in test fixture virtual environment by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1864 - lint: replace `flake8` with `ruff` check by [@&#8203;Borda](https://github.com/Borda) in https://github.com/gitpython-developers/GitPython/pull/1862 - lint: switch Black with `ruff-format` by [@&#8203;Borda](https://github.com/Borda) in https://github.com/gitpython-developers/GitPython/pull/1865 - Update readme and tox.ini for recent tooling changes by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1868 - Split tox lint env into three envs, all safe by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1870 - Slightly broaden Ruff, and update and clarify tool configuration by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1871 - Add a "doc" extra for documentation build dependencies by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1872 - Describe `Submodule.__init__` parent_commit parameter by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1877 - Include TagObject in git.types.Tree_ish by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1878 - Improve Sphinx role usage, including linking Git manpages by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1879 - Replace all wildcard imports with explicit imports by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1880 - Clarify how tag objects are usually tree-ish and commit-ish by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1881 #### New Contributors - [@&#8203;Gaubbe](https://github.com/Gaubbe) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1846 - [@&#8203;can-taslicukur](https://github.com/can-taslicukur) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1832 - [@&#8203;jcole-crowdstrike](https://github.com/jcole-crowdstrike) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1853 - [@&#8203;Borda](https://github.com/Borda) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1862 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuNSIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate-bot added 1 commit 2024-03-31 10:17:26 +02:00
renovate-bot force-pushed renovate/gitpython-3.x from 73147a80f0 to 7c9ea635ce 2024-06-06 23:19:05 +02:00 Compare
tux merged commit 6ec26363a1 into master 2024-06-10 09:28:43 +02:00
tux deleted branch renovate/gitpython-3.x 2024-06-10 09:28:45 +02: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#20
No description provided.