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.44 (#304)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [GitPython](https://redirect.github.com/gitpython-developers/GitPython) | `==3.1.43` -> `==3.1.44` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/gitpython/3.1.44?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/gitpython/3.1.44?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/gitpython/3.1.43/3.1.44?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/gitpython/3.1.43/3.1.44?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gitpython-developers/GitPython (GitPython)</summary> ### [`v3.1.44`](https://redirect.github.com/gitpython-developers/GitPython/releases/tag/3.1.44) [Compare Source](https://redirect.github.com/gitpython-developers/GitPython/compare/3.1.43...3.1.44) ##### What's Changed - Fix typo in \_get_exe_extensions PATHEXT fallback by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1890](https://redirect.github.com/gitpython-developers/GitPython/pull/1890) - Don't suppress pytest warning summaries by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1892](https://redirect.github.com/gitpython-developers/GitPython/pull/1892) - Update the comment about `--mixed` and paths by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1894](https://redirect.github.com/gitpython-developers/GitPython/pull/1894) - Fixed an error updating shallow submodules by [@​EduardTalanov](https://redirect.github.com/EduardTalanov) in [https://github.com/gitpython-developers/GitPython/pull/1899](https://redirect.github.com/gitpython-developers/GitPython/pull/1899) - Initial Migration of Fuzz Tests & Integration Scripts From the OSS-Fuzz Project Repo by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1901](https://redirect.github.com/gitpython-developers/GitPython/pull/1901) - Fuzzer Migration Follow-ups by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1903](https://redirect.github.com/gitpython-developers/GitPython/pull/1903) - Dockerize "Direct Execution of Fuzz Targets" by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1904](https://redirect.github.com/gitpython-developers/GitPython/pull/1904) - Fix Fuzzer Crash in ClusterFuzz Due to Missing Git Executable by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1906](https://redirect.github.com/gitpython-developers/GitPython/pull/1906) - Add GitPython's Standard License Header Comments to Shell Scripts by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1907](https://redirect.github.com/gitpython-developers/GitPython/pull/1907) - Fix `IndexError` in `GitConfigParser` When a Quoted Config Value Contains a Trailing New Line by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1908](https://redirect.github.com/gitpython-developers/GitPython/pull/1908) - Attempt 2 - Fix Missing Git Executable Causing ClusterFuzz Crash by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1909](https://redirect.github.com/gitpython-developers/GitPython/pull/1909) - Replace the Suboptimal `fuzz_tree.py` Harness With a Better Alternative by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1910](https://redirect.github.com/gitpython-developers/GitPython/pull/1910) - Add git.Blob Fuzz Target by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1911](https://redirect.github.com/gitpython-developers/GitPython/pull/1911) - lint: switch order Ruff's hooks `fix` -> `format` by [@​Borda](https://redirect.github.com/Borda) in [https://github.com/gitpython-developers/GitPython/pull/1912](https://redirect.github.com/gitpython-developers/GitPython/pull/1912) - Update OSS-Fuzz Scripts to Use New QA-Assets Repo Structure by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1913](https://redirect.github.com/gitpython-developers/GitPython/pull/1913) - Add `Diff` Fuzz Target by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1914](https://redirect.github.com/gitpython-developers/GitPython/pull/1914) - Instrument test utility functions to increase fuzzer efficiency by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1915](https://redirect.github.com/gitpython-developers/GitPython/pull/1915) - Add the `.git` subdir as another `safe.directory` on Cygwin CI by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1916](https://redirect.github.com/gitpython-developers/GitPython/pull/1916) - Bump Vampire/setup-wsl from 3.0.0 to 3.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gitpython-developers/GitPython/pull/1917](https://redirect.github.com/gitpython-developers/GitPython/pull/1917) - Add Submodules Fuzz Target by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1919](https://redirect.github.com/gitpython-developers/GitPython/pull/1919) - Add graceful handling of expected exceptions in fuzz_submodule.py by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1922](https://redirect.github.com/gitpython-developers/GitPython/pull/1922) - precommit: enable `validate-pyproject` by [@​Borda](https://redirect.github.com/Borda) in [https://github.com/gitpython-developers/GitPython/pull/1921](https://redirect.github.com/gitpython-developers/GitPython/pull/1921) - typing fixes - DiffIndex generic type and IndexFile items by [@​Andrej730](https://redirect.github.com/Andrej730) in [https://github.com/gitpython-developers/GitPython/pull/1925](https://redirect.github.com/gitpython-developers/GitPython/pull/1925) - Fix Improper Import Order Breaking `fuzz_submodule` Fuzzer by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1926](https://redirect.github.com/gitpython-developers/GitPython/pull/1926) - Fix iter_change_type diff renamed property to prevent warning by [@​kamilkrzyskow](https://redirect.github.com/kamilkrzyskow) in [https://github.com/gitpython-developers/GitPython/pull/1918](https://redirect.github.com/gitpython-developers/GitPython/pull/1918) - fixed doc to not faulty do [#​1924](https://redirect.github.com/gitpython-developers/GitPython/issues/1924) by [@​zerothi](https://redirect.github.com/zerothi) in [https://github.com/gitpython-developers/GitPython/pull/1932](https://redirect.github.com/gitpython-developers/GitPython/pull/1932) - fix: fix incoherent beginning whitespace by [@​cardoeng](https://redirect.github.com/cardoeng) in [https://github.com/gitpython-developers/GitPython/pull/1933](https://redirect.github.com/gitpython-developers/GitPython/pull/1933) - Change aliases to work around mypy issue. by [@​PatrickMassot](https://redirect.github.com/PatrickMassot) in [https://github.com/gitpython-developers/GitPython/pull/1935](https://redirect.github.com/gitpython-developers/GitPython/pull/1935) - precommit: enable `end-of-file-fixer` by [@​Borda](https://redirect.github.com/Borda) in [https://github.com/gitpython-developers/GitPython/pull/1920](https://redirect.github.com/gitpython-developers/GitPython/pull/1920) - lint: add typos check by [@​Borda](https://redirect.github.com/Borda) in [https://github.com/gitpython-developers/GitPython/pull/1888](https://redirect.github.com/gitpython-developers/GitPython/pull/1888) - Add type of change to files_dict of a commit by [@​JonasScharpf](https://redirect.github.com/JonasScharpf) in [https://github.com/gitpython-developers/GitPython/pull/1943](https://redirect.github.com/gitpython-developers/GitPython/pull/1943) - Enable Python 3.8 and 3.9 on M1 runners by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1944](https://redirect.github.com/gitpython-developers/GitPython/pull/1944) - Use Alpine Linux in WSL on CI by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1945](https://redirect.github.com/gitpython-developers/GitPython/pull/1945) - Remove the non-ARM macOS CI jobs by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1946](https://redirect.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 [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1950](https://redirect.github.com/gitpython-developers/GitPython/pull/1950) - Gracefully handle `PermissionError` exceptions that crash fuzzer by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1951](https://redirect.github.com/gitpython-developers/GitPython/pull/1951) - Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue by [@​DaveLak](https://redirect.github.com/DaveLak) in [https://github.com/gitpython-developers/GitPython/pull/1952](https://redirect.github.com/gitpython-developers/GitPython/pull/1952) - Update and adjust pre-commit hooks by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1953](https://redirect.github.com/gitpython-developers/GitPython/pull/1953) - Upgrade sphinx to ~7.1.2 by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1954](https://redirect.github.com/gitpython-developers/GitPython/pull/1954) - Don't support building documentation on Python 3.7 by [@​EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/GitPython/pull/1956](https://redirect.github.com/gitpython-developers/GitPython/pull/1956) - \_to_relative_path to support mixing slashes and backslashes by [@​Andrej730](https://redirect.github.com/Andrej730) in [https://github.com/gitpython-developers/GitPython/pull/1961](https://redirect.github.com/gitpython-developers/GitPython/pull/1961) - Update base.py by [@​alex20230721](https://redirect.github.com/alex20230721) in [https://github.com/gitpython-developers/GitPython/pull/1965](https://redirect.github.com/gitpython-developers/GitPython/pull/1965) - Fix Fetch progress bar by [@​fvalette-ledger](https://redirect.github.com/fvalette-ledger) in [https://github.com/gitpython-developers/GitPython/pull/1971](https://redirect.github.com/gitpython-developers/GitPython/pull/1971) ##### New Contributors - [@​EduardTalanov](https://redirect.github.com/EduardTalanov) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1899](https://redirect.github.com/gitpython-developers/GitPython/pull/1899) - [@​DaveLak](https://redirect.github.com/DaveLak) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1901](https://redirect.github.com/gitpython-developers/GitPython/pull/1901) - [@​Andrej730](https://redirect.github.com/Andrej730) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1925](https://redirect.github.com/gitpython-developers/GitPython/pull/1925) - [@​kamilkrzyskow](https://redirect.github.com/kamilkrzyskow) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1918](https://redirect.github.com/gitpython-developers/GitPython/pull/1918) - [@​zerothi](https://redirect.github.com/zerothi) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1932](https://redirect.github.com/gitpython-developers/GitPython/pull/1932) - [@​cardoeng](https://redirect.github.com/cardoeng) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1933](https://redirect.github.com/gitpython-developers/GitPython/pull/1933) - [@​PatrickMassot](https://redirect.github.com/PatrickMassot) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1935](https://redirect.github.com/gitpython-developers/GitPython/pull/1935) - [@​JonasScharpf](https://redirect.github.com/JonasScharpf) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1943](https://redirect.github.com/gitpython-developers/GitPython/pull/1943) - [@​alex20230721](https://redirect.github.com/alex20230721) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1965](https://redirect.github.com/gitpython-developers/GitPython/pull/1965) - [@​fvalette-ledger](https://redirect.github.com/fvalette-ledger) made their first contribution in [https://github.com/gitpython-developers/GitPython/pull/1971](https://redirect.github.com/gitpython-developers/GitPython/pull/1971) **Full Changelog**: gitpython-developers/GitPython@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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/lettuce-financial/github-bot-signed-commit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
- Loading branch information