Skip to content

Commit 5c244bf

Browse files
chore(deps): bump gitpython from 3.1.44 to 3.1.45
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.44 to 3.1.45. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.44...3.1.45) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fae261 commit 5c244bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ certifi==2025.6.15
99
charset-normalizer==3.4.2
1010
click==8.2.1
1111
gitdb==4.0.12
12-
GitPython==3.1.44
12+
GitPython==3.1.45
1313
loguru==0.7.3
1414
macholib==1.16.3
1515
h11==0.16.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"charset-normalizer==3.4.2",
2727
"click==8.2.1",
2828
"gitdb==4.0.12",
29-
"GitPython==3.1.44",
29+
"GitPython==3.1.45",
3030
"loguru==0.7.3",
3131
"macholib==1.16.3",
3232
"h11==0.16.0",

0 commit comments

Comments
 (0)