-
Notifications
You must be signed in to change notification settings - Fork 62
Commit e924db0
deps: update dependency gitpython to v3.1.44 (#3559)
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
[@​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 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 <diegomarquezp@google.com>1 parent eb2cbd6 commit e924db0Copy full SHA for e924db0
File tree
2 files changed
+6
-6
lines changed- hermetic_build
- common
- release_note_generation
2 files changed
+6
-6
lines changedhermetic_build/common/requirements.txt
Copy file name to clipboardexpand all lines: hermetic_build/common/requirements.txt+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
hermetic_build/release_note_generation/requirements.txt
Copy file name to clipboardexpand all lines: hermetic_build/release_note_generation/requirements.txt+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
0 commit comments