Skip to content

Commit

Permalink
Update dependency GitPython to v3.1.44 (#304)
Browse files Browse the repository at this point in the history
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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[#&#8203;1924](https://redirect.github.com/gitpython-developers/GitPython/issues/1924)
by [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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
lettuce-bot[bot] authored Jan 3, 2025
2 parents 272feea + 426447e commit 6714877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.10"

dependencies = [
"click==8.1.8",
"GitPython==3.1.43",
"GitPython==3.1.44",
"PyGithub==2.5.0",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ click==8.1.8
cryptography==44.0.0
Deprecated==1.2.15
gitdb==4.0.11
GitPython==3.1.43
GitPython==3.1.44
idna==3.10
pycparser==2.22
PyGithub==2.5.0
Expand Down

0 comments on commit 6714877

Please sign in to comment.