Skip to content

Commit fd42d64

Browse files
Update dependency GitPython to v3.1.41
1 parent 6b8dcff commit fd42d64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires-python = ">=3.10"
88

99
dependencies = [
1010
"click==8.1.7",
11-
"GitPython==3.1.40",
11+
"GitPython==3.1.41",
1212
"PyGithub==2.1.1",
1313
]
1414

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ click==8.1.7
55
cryptography==41.0.7
66
Deprecated==1.2.14
77
gitdb==4.0.11
8-
GitPython==3.1.40
8+
GitPython==3.1.41
99
idna==3.6
1010
pycparser==2.21
1111
PyGithub==2.1.1

0 commit comments

Comments
 (0)