We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774715b commit ca7f44bCopy full SHA for ca7f44b
pyproject.toml
@@ -8,7 +8,7 @@ requires-python = ">=3.10"
8
9
dependencies = [
10
"click==8.1.7",
11
- "GitPython==3.1.42",
+ "GitPython==3.1.43",
12
"PyGithub==2.3.0",
13
]
14
requirements.txt
@@ -5,7 +5,7 @@ click==8.1.7
5
cryptography==42.0.5
6
Deprecated==1.2.14
7
gitdb==4.0.11
-GitPython==3.1.42
+GitPython==3.1.43
idna==3.6
pycparser==2.22
PyGithub==2.3.0
0 commit comments