Bump gitpython from 3.1.41 to 3.1.45 in the pip group across 1 directory
Merged
Number: #4
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: None
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
Created:
August 06, 2025 at 01:23 AM UTC
(about 1 month ago)
(about 1 month ago)
Updated:
August 06, 2025 at 01:24 AM UTC
(about 1 month ago)
(about 1 month ago)
Merged:
August 06, 2025 at 01:24 AM UTC
(about 1 month ago)
by FlutterGenerator
(about 1 month ago)
by FlutterGenerator
Time to Close:
1 minute
Labels:
dependencies python
dependencies python
Description:
Bumps the pip group with 1 update in the / directory: gitpython.
Updates gitpython
from 3.1.41 to 3.1.45
Release notes
Sourced from gitpython's releases.
3.1.45
What's Changed
- Fix various version-related CI breakages by
@EliahKagan
in gitpython-developers/GitPython#1987- Do some CI cleanup to make reports clearer and future changes easier by
@EliahKagan
in gitpython-developers/GitPython#1989- Affirm that gitdb and smmap advisories can also be created by
@EliahKagan
in gitpython-developers/GitPython#1991- Fix links to gitdb and smmap
SECURITY.md
files by@EliahKagan
in gitpython-developers/GitPython#1992- Test Python 3.13 regularly on Ubuntu and macOS on CI by
@EliahKagan
in gitpython-developers/GitPython#1990- Repo.rev_parse: Handle ^{commit} correctly by
@flichtenheld
in gitpython-developers/GitPython#1996- Fuzzing: Fix Broken Fuzz Test for Git Submodule Handling by
@DaveLak
in gitpython-developers/GitPython#1997- Work around Cygwin CI failure #2004, except for
test_installation
by@EliahKagan
in gitpython-developers/GitPython#2007- Mark
test_installation
xfail on Cygwin CI by@EliahKagan
in gitpython-developers/GitPython#2009IndexFile._to_relative_path
- fix case where absolute path gets stripped of trailing slash by@kamilkozik7
in gitpython-developers/GitPython#2012- Use WSL1 on CI by
@EliahKagan
in gitpython-developers/GitPython#2010- Test free-threaded Python (but only on Linux) by
@EliahKagan
in gitpython-developers/GitPython#2011- Use property decorator to support typing by
@Andrej730
in gitpython-developers/GitPython#2015- Fix some incorrect sphinx markups in the docstrings by
@koyuki7w
in gitpython-developers/GitPython#2018- replace quansight-labs/setup-python with actions/setup-python by
@ngoldbaum
in gitpython-developers/GitPython#2019- remove type assertions from util.py by
@gcmarx
in gitpython-developers/GitPython#2028- correctly handle
uname-cmd
that doesn't point to an executable file by@gcmarx
in gitpython-developers/GitPython#2026- Use newer ruff style by
@EliahKagan
in gitpython-developers/GitPython#2031- Have CodeQL scan GitHub Actions workflows as well as Python code by
@EliahKagan
in gitpython-developers/GitPython#2032- Specify explicit
contents: read
workflow permissions by@EliahKagan
in gitpython-developers/GitPython#2033- Fix GitConfigParser not removing quotes from values by
@betaboon
in gitpython-developers/GitPython#2035- Preserve quoted leading and trailing single-line config var whitespace by
@EliahKagan
in gitpython-developers/GitPython#2036- Refactor Git.{AutoInterrupt,CatFileContentStream} nesting by
@EliahKagan
in gitpython-developers/GitPython#2037- Fix Git.{AutoInterrupt,CatFileContentStream} static typing by
@EliahKagan
in gitpython-developers/GitPython#2039- Fix CI
mypy
command on free-threaded Python by@EliahKagan
in gitpython-developers/GitPython#2040- Split Cygwin CI into non-
performance
andperformance
test jobs by@EliahKagan
in gitpython-developers/GitPython#2042- Express conditional
setuptools
requirement statically by@EliahKagan
in gitpython-developers/GitPython#2043- Fix ambiguous
_safer_popen_windows
comment by@EliahKagan
in gitpython-developers/GitPython#2044- Clarify
USE_SHELL
warning helper signature by@EliahKagan
in gitpython-developers/GitPython#2045- Test
ConfigParser
with whitespace outside the value by@EliahKagan
in gitpython-developers/GitPython#2046- Remove explicit empty
""
handling in ConfigParser by@EliahKagan
in gitpython-developers/GitPython#2047- Various style improvements by
@EliahKagan
in gitpython-developers/GitPython#2049- Don't remove quotes if
\
or"
are present inside by@EliahKagan
in gitpython-developers/GitPython#2048- fix updating submodules with relative urls by
@david0
in gitpython-developers/GitPython#2051- Run
cat_file.py
fixture without site customizations by@EliahKagan
in gitpython-developers/GitPython#2052- Fix Cygwin installation on CI for
pip
by@EliahKagan
in gitpython-developers/GitPython#2053- Fail
test_installation
on warnings, and remove deprecated license classifier by@EliahKagan
in gitpython-developers/GitPython#2054- Add clearer error version for unsupported index error by
@tombedor
in gitpython-developers/GitPython#2055- Fix name collision by
@NMertsch
in gitpython-developers/GitPython#2060- Allow relative path url in submodules for submodule_update by
@t-webber
in gitpython-developers/GitPython#2062New Contributors
@flichtenheld
made their first contribution in gitpython-developers/GitPython#1996@kamilkozik7
made their first contribution in gitpython-developers/GitPython#2012@koyuki7w
made their first contribution in gitpython-developers/GitPython#2018@ngoldbaum
made their first contribution in gitpython-developers/GitPython#2019@gcmarx
made their first contribution in gitpython-developers/GitPython#2028@betaboon
made their first contribution in gitpython-developers/GitPython#2035
... (truncated)
Commits
6ba2c0a
Prepare a new releasebbb3d00
Merge pull request #2062 from t-webber/relative_path_submodules1ee1e78
Add test case for cloning submodules with relative pathec2e2c8
Allow relative path url in submodules for submodule_update4d529b7
Merge pull request #2060 from NMertsch/2023-fix-gitconfigparser-autodoc80fd2c1
Don't treat sphinx warnings as errorsa4aadb0
Fix name collision4c7778a
Merge pull request #2057 from gitpython-developers/dependabot/github_actions/...5033c3f
Merge pull request #2056 from gitpython-developers/dependabot/github_actions/...496392b
Bump 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 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Package:
gitpython
Ecosystem:
pip
pip
Version Change:
3.1.41 → 3.1.45
Update Type:
Patch
Patch
Path:
the pip group across 1 directory
Technical Details
ID: | 4662715 |
UUID: | 2722785606 |
Node ID: | PR_kwDOPZBbs86iSmlG |
Host: | GitHub |
Repository: | FlutterGenerator/UMod |
Merge State: | Unknown |