Bump gitpython from 3.1.44 to 3.1.45
Open
Number: #898
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
July 24, 2025 at 05:39 AM UTC
(4 months ago)
(4 months ago)
Updated:
July 24, 2025 at 06:16 AM UTC
(4 months ago)
(4 months ago)
Labels:
type: enhancement topic: infrastructure
type: enhancement topic: infrastructure
Assignees:
per1234
per1234
Description:
Bumps gitpython from 3.1.44 to 3.1.45.
Release notes
Sourced from gitpython's releases.
3.1.45
What's Changed
- Fix various version-related CI breakages by
@EliahKaganin gitpython-developers/GitPython#1987- Do some CI cleanup to make reports clearer and future changes easier by
@EliahKaganin gitpython-developers/GitPython#1989- Affirm that gitdb and smmap advisories can also be created by
@EliahKaganin gitpython-developers/GitPython#1991- Fix links to gitdb and smmap
SECURITY.mdfiles by@EliahKaganin gitpython-developers/GitPython#1992- Test Python 3.13 regularly on Ubuntu and macOS on CI by
@EliahKaganin gitpython-developers/GitPython#1990- Repo.rev_parse: Handle ^{commit} correctly by
@flichtenheldin gitpython-developers/GitPython#1996- Fuzzing: Fix Broken Fuzz Test for Git Submodule Handling by
@DaveLakin gitpython-developers/GitPython#1997- Work around Cygwin CI failure #2004, except for
test_installationby@EliahKaganin gitpython-developers/GitPython#2007- Mark
test_installationxfail on Cygwin CI by@EliahKaganin gitpython-developers/GitPython#2009IndexFile._to_relative_path- fix case where absolute path gets stripped of trailing slash by@kamilkozik7in gitpython-developers/GitPython#2012- Use WSL1 on CI by
@EliahKaganin gitpython-developers/GitPython#2010- Test free-threaded Python (but only on Linux) by
@EliahKaganin gitpython-developers/GitPython#2011- Use property decorator to support typing by
@Andrej730in gitpython-developers/GitPython#2015- Fix some incorrect sphinx markups in the docstrings by
@koyuki7win gitpython-developers/GitPython#2018- replace quansight-labs/setup-python with actions/setup-python by
@ngoldbaumin gitpython-developers/GitPython#2019- remove type assertions from util.py by
@gcmarxin gitpython-developers/GitPython#2028- correctly handle
uname-cmdthat doesn't point to an executable file by@gcmarxin gitpython-developers/GitPython#2026- Use newer ruff style by
@EliahKaganin gitpython-developers/GitPython#2031- Have CodeQL scan GitHub Actions workflows as well as Python code by
@EliahKaganin gitpython-developers/GitPython#2032- Specify explicit
contents: readworkflow permissions by@EliahKaganin gitpython-developers/GitPython#2033- Fix GitConfigParser not removing quotes from values by
@betaboonin gitpython-developers/GitPython#2035- Preserve quoted leading and trailing single-line config var whitespace by
@EliahKaganin gitpython-developers/GitPython#2036- Refactor Git.{AutoInterrupt,CatFileContentStream} nesting by
@EliahKaganin gitpython-developers/GitPython#2037- Fix Git.{AutoInterrupt,CatFileContentStream} static typing by
@EliahKaganin gitpython-developers/GitPython#2039- Fix CI
mypycommand on free-threaded Python by@EliahKaganin gitpython-developers/GitPython#2040- Split Cygwin CI into non-
performanceandperformancetest jobs by@EliahKaganin gitpython-developers/GitPython#2042- Express conditional
setuptoolsrequirement statically by@EliahKaganin gitpython-developers/GitPython#2043- Fix ambiguous
_safer_popen_windowscomment by@EliahKaganin gitpython-developers/GitPython#2044- Clarify
USE_SHELLwarning helper signature by@EliahKaganin gitpython-developers/GitPython#2045- Test
ConfigParserwith whitespace outside the value by@EliahKaganin gitpython-developers/GitPython#2046- Remove explicit empty
""handling in ConfigParser by@EliahKaganin gitpython-developers/GitPython#2047- Various style improvements by
@EliahKaganin gitpython-developers/GitPython#2049- Don't remove quotes if
\or"are present inside by@EliahKaganin gitpython-developers/GitPython#2048- fix updating submodules with relative urls by
@david0in gitpython-developers/GitPython#2051- Run
cat_file.pyfixture without site customizations by@EliahKaganin gitpython-developers/GitPython#2052- Fix Cygwin installation on CI for
pipby@EliahKaganin gitpython-developers/GitPython#2053- Fail
test_installationon warnings, and remove deprecated license classifier by@EliahKaganin gitpython-developers/GitPython#2054- Add clearer error version for unsupported index error by
@tombedorin gitpython-developers/GitPython#2055- Fix name collision by
@NMertschin gitpython-developers/GitPython#2060- Allow relative path url in submodules for submodule_update by
@t-webberin gitpython-developers/GitPython#2062New Contributors
@flichtenheldmade their first contribution in gitpython-developers/GitPython#1996@kamilkozik7made their first contribution in gitpython-developers/GitPython#2012@koyuki7wmade their first contribution in gitpython-developers/GitPython#2018@ngoldbaummade their first contribution in gitpython-developers/GitPython#2019@gcmarxmade their first contribution in gitpython-developers/GitPython#2028@betaboonmade their first contribution in gitpython-developers/GitPython#2035
... (truncated)
Commits
6ba2c0aPrepare a new releasebbb3d00Merge pull request #2062 from t-webber/relative_path_submodules1ee1e78Add test case for cloning submodules with relative pathec2e2c8Allow relative path url in submodules for submodule_update4d529b7Merge pull request #2060 from NMertsch/2023-fix-gitconfigparser-autodoc80fd2c1Don't treat sphinx warnings as errorsa4aadb0Fix name collision4c7778aMerge pull request #2057 from gitpython-developers/dependabot/github_actions/...5033c3fMerge pull request #2056 from gitpython-developers/dependabot/github_actions/...496392bBump cygwin/cygwin-install-action from 5 to 6- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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: | 4118502 |
| UUID: | 2690811710 |
| Node ID: | PR_kwDOEZ4Zfc6gYoc- |
| Host: | GitHub |
| Repository: | arduino/arduino-lint |