Skip to content

Commit ca7f44b

Browse files
Update dependency GitPython to v3.1.43
1 parent 774715b commit ca7f44b

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.42",
11+
"GitPython==3.1.43",
1212
"PyGithub==2.3.0",
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==42.0.5
66
Deprecated==1.2.14
77
gitdb==4.0.11
8-
GitPython==3.1.42
8+
GitPython==3.1.43
99
idna==3.6
1010
pycparser==2.22
1111
PyGithub==2.3.0

0 commit comments

Comments
 (0)