Bump gitpython from 3.1.43 to 3.1.44
Open
Number: #5
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 1
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
Created:
April 22, 2025 at 08:04 AM UTC
(5 months ago)
(5 months ago)
Updated:
May 19, 2025 at 08:20 AM UTC
(4 months ago)
(4 months ago)
Labels:
dependencies python
dependencies python
Description:
Bumps gitpython from 3.1.43 to 3.1.44.
Release notes
Sourced from gitpython's releases.
3.1.44
What's Changed
- Fix typo in _get_exe_extensions PATHEXT fallback by
@EliahKagan
in gitpython-developers/GitPython#1890- Don't suppress pytest warning summaries by
@EliahKagan
in gitpython-developers/GitPython#1892- Update the comment about
--mixed
and paths by@EliahKagan
in gitpython-developers/GitPython#1894- Fixed an error updating shallow submodules by
@EduardTalanov
in gitpython-developers/GitPython#1899- Initial Migration of Fuzz Tests & Integration Scripts From the OSS-Fuzz Project Repo by
@DaveLak
in gitpython-developers/GitPython#1901- Fuzzer Migration Follow-ups by
@DaveLak
in gitpython-developers/GitPython#1903- Dockerize "Direct Execution of Fuzz Targets" by
@DaveLak
in gitpython-developers/GitPython#1904- Fix Fuzzer Crash in ClusterFuzz Due to Missing Git Executable by
@DaveLak
in gitpython-developers/GitPython#1906- Add GitPython's Standard License Header Comments to Shell Scripts by
@DaveLak
in gitpython-developers/GitPython#1907- Fix
IndexError
inGitConfigParser
When a Quoted Config Value Contains a Trailing New Line by@DaveLak
in gitpython-developers/GitPython#1908- Attempt 2 - Fix Missing Git Executable Causing ClusterFuzz Crash by
@DaveLak
in gitpython-developers/GitPython#1909- Replace the Suboptimal
fuzz_tree.py
Harness With a Better Alternative by@DaveLak
in gitpython-developers/GitPython#1910- Add git.Blob Fuzz Target by
@DaveLak
in gitpython-developers/GitPython#1911- lint: switch order Ruff's hooks
fix
->format
by@Borda
in gitpython-developers/GitPython#1912- Update OSS-Fuzz Scripts to Use New QA-Assets Repo Structure by
@DaveLak
in gitpython-developers/GitPython#1913- Add
Diff
Fuzz Target by@DaveLak
in gitpython-developers/GitPython#1914- Instrument test utility functions to increase fuzzer efficiency by
@DaveLak
in gitpython-developers/GitPython#1915- Add the
.git
subdir as anothersafe.directory
on Cygwin CI by@EliahKagan
in gitpython-developers/GitPython#1916- Bump Vampire/setup-wsl from 3.0.0 to 3.1.0 by
@dependabot
in gitpython-developers/GitPython#1917- Add Submodules Fuzz Target by
@DaveLak
in gitpython-developers/GitPython#1919- Add graceful handling of expected exceptions in fuzz_submodule.py by
@DaveLak
in gitpython-developers/GitPython#1922- precommit: enable
validate-pyproject
by@Borda
in gitpython-developers/GitPython#1921- typing fixes - DiffIndex generic type and IndexFile items by
@Andrej730
in gitpython-developers/GitPython#1925- Fix Improper Import Order Breaking
fuzz_submodule
Fuzzer by@DaveLak
in gitpython-developers/GitPython#1926- Fix iter_change_type diff renamed property to prevent warning by
@kamilkrzyskow
in gitpython-developers/GitPython#1918- fixed doc to not faulty do #1924 by
@zerothi
in gitpython-developers/GitPython#1932- fix: fix incoherent beginning whitespace by
@cardoeng
in gitpython-developers/GitPython#1933- Change aliases to work around mypy issue. by
@PatrickMassot
in gitpython-developers/GitPython#1935- precommit: enable
end-of-file-fixer
by@Borda
in gitpython-developers/GitPython#1920- lint: add typos check by
@Borda
in gitpython-developers/GitPython#1888- Add type of change to files_dict of a commit by
@JonasScharpf
in gitpython-developers/GitPython#1943- Enable Python 3.8 and 3.9 on M1 runners by
@EliahKagan
in gitpython-developers/GitPython#1944- Use Alpine Linux in WSL on CI by
@EliahKagan
in gitpython-developers/GitPython#1945- Remove the non-ARM macOS CI jobs by
@EliahKagan
in gitpython-developers/GitPython#1946- Fix Several Bugs in the
fuzz_submodule
Causing a lot of False Alarms in the OSS-Fuzz Bug Tracker by@DaveLak
in gitpython-developers/GitPython#1950- Gracefully handle
PermissionError
exceptions that crash fuzzer by@DaveLak
in gitpython-developers/GitPython#1951- Fuzzing: Gracefully Handle Uninteresting Error to Fix OSS-Fuzz Issue by
@DaveLak
in gitpython-developers/GitPython#1952- Update and adjust pre-commit hooks by
@EliahKagan
in gitpython-developers/GitPython#1953- Upgrade sphinx to ~7.1.2 by
@EliahKagan
in gitpython-developers/GitPython#1954- Don't support building documentation on Python 3.7 by
@EliahKagan
in gitpython-developers/GitPython#1956- _to_relative_path to support mixing slashes and backslashes by
@Andrej730
in gitpython-developers/GitPython#1961- Update base.py by
@alex20230721
in gitpython-developers/GitPython#1965- Fix Fetch progress bar by
@fvalette-ledger
in gitpython-developers/GitPython#1971New Contributors
@EduardTalanov
made their first contribution in gitpython-developers/GitPython#1899@DaveLak
made their first contribution in gitpython-developers/GitPython#1901@Andrej730
made their first contribution in gitpython-developers/GitPython#1925
... (truncated)
Commits
fb1b051
bump patch level to prepare new versione51bf80
update GitDB submodule to latest pubslished versiona527224
Merge pull request #1971 from fvalette-ledger/fix-fetch-progress-bard6cdb67
See if python 3.7 still works when using an older Ubuntu version.52cceaf
git,cmd: add encoding arg to popen if universal newlines is True1bb4651
git,remote: use universal new lines for fetch/pull stderr capture49ca909
Update base.py (#1965)3470fb3
Merge pull request #1961 from Andrej730/main8327b82
Fix test failing on unix4674059
Remove redundant path normalization for working_tree_dir- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Technical Details
ID: | 449334 |
UUID: | 3010281079 |
Node ID: | PR_kwDOOLckwc6TZZ57 |
Host: | GitHub |
Repository: | mongodb/mongodb-kubernetes |