Skip to content

Commit

Permalink
deps: update dependency gitpython to v3.1.44 (#3559)
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/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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 this update
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/googleapis/sdk-platform-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: Diego Marquez <[email protected]>
  • Loading branch information
renovate-bot and diegomarquezp authored Jan 23, 2025
1 parent eb2cbd6 commit e924db0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions hermetic_build/common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ gitdb==4.0.11 \
--hash=sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \
--hash=sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b
# via gitpython
gitpython==3.1.43 \
--hash=sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c \
--hash=sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff
GitPython==3.1.44 \
--hash=sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110 \
--hash=sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269
# via -r hermetic_build/common/requirements.in
mypy-extensions==1.0.0 \
--hash=sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d \
Expand Down
6 changes: 3 additions & 3 deletions hermetic_build/release_note_generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ gitdb==4.0.11 \
--hash=sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \
--hash=sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b
# via gitpython
gitpython==3.1.43 \
--hash=sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c \
--hash=sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff
GitPython==3.1.44 \
--hash=sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110 \
--hash=sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269
# via -r hermetic_build/release_note_generation/requirements.in
smmap==5.0.1 \
--hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \
Expand Down

0 comments on commit e924db0

Please sign in to comment.