Update dependency GitPython to v3.1.44 #29

Open
renovate-bot wants to merge 1 commit from renovate/gitpython-3.x into master
Collaborator

This PR contains the following updates:

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

Release Notes

gitpython-developers/GitPython (GitPython)

v3.1.44

Compare Source

What's Changed

New Contributors

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


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.43` -> `==3.1.44` | --- ### Release Notes <details> <summary>gitpython-developers/GitPython (GitPython)</summary> ### [`v3.1.44`](https://github.com/gitpython-developers/GitPython/releases/tag/3.1.44) [Compare Source](https://github.com/gitpython-developers/GitPython/compare/3.1.43...3.1.44) #### What's Changed - Fix typo in \_get_exe_extensions PATHEXT fallback by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1890 - Don't suppress pytest warning summaries by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1892 - Update the comment about `--mixed` and paths by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1894 - Fixed an error updating shallow submodules by [@&#8203;EduardTalanov](https://github.com/EduardTalanov) in https://github.com/gitpython-developers/GitPython/pull/1899 - Initial Migration of Fuzz Tests & Integration Scripts From the OSS-Fuzz Project Repo by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1901 - Fuzzer Migration Follow-ups by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1903 - Dockerize "Direct Execution of Fuzz Targets" by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1904 - Fix Fuzzer Crash in ClusterFuzz Due to Missing Git Executable by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1906 - Add GitPython's Standard License Header Comments to Shell Scripts by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1907 - Fix `IndexError` in `GitConfigParser` When a Quoted Config Value Contains a Trailing New Line by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1908 - Attempt 2 - Fix Missing Git Executable Causing ClusterFuzz Crash by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1909 - Replace the Suboptimal `fuzz_tree.py` Harness With a Better Alternative by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1910 - Add git.Blob Fuzz Target by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1911 - lint: switch order Ruff's hooks `fix` -> `format` by [@&#8203;Borda](https://github.com/Borda) in https://github.com/gitpython-developers/GitPython/pull/1912 - Update OSS-Fuzz Scripts to Use New QA-Assets Repo Structure by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1913 - Add `Diff` Fuzz Target by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1914 - Instrument test utility functions to increase fuzzer efficiency by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1915 - Add the `.git` subdir as another `safe.directory` on Cygwin CI by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1916 - Bump Vampire/setup-wsl from 3.0.0 to 3.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gitpython-developers/GitPython/pull/1917 - Add Submodules Fuzz Target by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1919 - Add graceful handling of expected exceptions in fuzz_submodule.py by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1922 - precommit: enable `validate-pyproject` by [@&#8203;Borda](https://github.com/Borda) in https://github.com/gitpython-developers/GitPython/pull/1921 - typing fixes - DiffIndex generic type and IndexFile items by [@&#8203;Andrej730](https://github.com/Andrej730) in https://github.com/gitpython-developers/GitPython/pull/1925 - Fix Improper Import Order Breaking `fuzz_submodule` Fuzzer by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1926 - Fix iter_change_type diff renamed property to prevent warning by [@&#8203;kamilkrzyskow](https://github.com/kamilkrzyskow) in https://github.com/gitpython-developers/GitPython/pull/1918 - fixed doc to not faulty do [#&#8203;1924](https://github.com/gitpython-developers/GitPython/issues/1924) by [@&#8203;zerothi](https://github.com/zerothi) in https://github.com/gitpython-developers/GitPython/pull/1932 - fix: fix incoherent beginning whitespace by [@&#8203;cardoeng](https://github.com/cardoeng) in https://github.com/gitpython-developers/GitPython/pull/1933 - Change aliases to work around mypy issue. by [@&#8203;PatrickMassot](https://github.com/PatrickMassot) in https://github.com/gitpython-developers/GitPython/pull/1935 - precommit: enable `end-of-file-fixer` by [@&#8203;Borda](https://github.com/Borda) in https://github.com/gitpython-developers/GitPython/pull/1920 - lint: add typos check by [@&#8203;Borda](https://github.com/Borda) in https://github.com/gitpython-developers/GitPython/pull/1888 - Add type of change to files_dict of a commit by [@&#8203;JonasScharpf](https://github.com/JonasScharpf) in https://github.com/gitpython-developers/GitPython/pull/1943 - Enable Python 3.8 and 3.9 on M1 runners by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1944 - Use Alpine Linux in WSL on CI by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1945 - Remove the non-ARM macOS CI jobs by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1946 - Fix Several Bugs in the `fuzz_submodule` Causing a lot of False Alarms in the OSS-Fuzz Bug Tracker by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1950 - Gracefully handle `PermissionError` exceptions that crash fuzzer by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1951 - Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue by [@&#8203;DaveLak](https://github.com/DaveLak) in https://github.com/gitpython-developers/GitPython/pull/1952 - Update and adjust pre-commit hooks by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1953 - Upgrade sphinx to ~7.1.2 by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1954 - Don't support building documentation on Python 3.7 by [@&#8203;EliahKagan](https://github.com/EliahKagan) in https://github.com/gitpython-developers/GitPython/pull/1956 - \_to_relative_path to support mixing slashes and backslashes by [@&#8203;Andrej730](https://github.com/Andrej730) in https://github.com/gitpython-developers/GitPython/pull/1961 - Update base.py by [@&#8203;alex20230721](https://github.com/alex20230721) in https://github.com/gitpython-developers/GitPython/pull/1965 - Fix Fetch progress bar by [@&#8203;fvalette-ledger](https://github.com/fvalette-ledger) in https://github.com/gitpython-developers/GitPython/pull/1971 #### New Contributors - [@&#8203;EduardTalanov](https://github.com/EduardTalanov) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1899 - [@&#8203;DaveLak](https://github.com/DaveLak) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1901 - [@&#8203;Andrej730](https://github.com/Andrej730) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1925 - [@&#8203;kamilkrzyskow](https://github.com/kamilkrzyskow) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1918 - [@&#8203;zerothi](https://github.com/zerothi) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1932 - [@&#8203;cardoeng](https://github.com/cardoeng) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1933 - [@&#8203;PatrickMassot](https://github.com/PatrickMassot) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1935 - [@&#8203;JonasScharpf](https://github.com/JonasScharpf) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1943 - [@&#8203;alex20230721](https://github.com/alex20230721) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1965 - [@&#8203;fvalette-ledger](https://github.com/fvalette-ledger) made their first contribution in https://github.com/gitpython-developers/GitPython/pull/1971 **Full Changelog**: https://github.com/gitpython-developers/GitPython/compare/3.1.43...3.1.44 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-01-02 09:17:27 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/gitpython-3.x:renovate/gitpython-3.x
git checkout renovate/gitpython-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/gitpython-3.x
git checkout renovate/gitpython-3.x
git rebase master
git checkout master
git merge --ff-only renovate/gitpython-3.x
git checkout renovate/gitpython-3.x
git rebase master
git checkout master
git merge --no-ff renovate/gitpython-3.x
git checkout master
git merge --squash renovate/gitpython-3.x
git checkout master
git merge --ff-only renovate/gitpython-3.x
git checkout master
git merge renovate/gitpython-3.x
git push origin master
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#29
No description provided.