We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8dcff commit fd42d64Copy full SHA for fd42d64
pyproject.toml
@@ -8,7 +8,7 @@ requires-python = ">=3.10"
8
9
dependencies = [
10
"click==8.1.7",
11
- "GitPython==3.1.40",
+ "GitPython==3.1.41",
12
"PyGithub==2.1.1",
13
]
14
requirements.txt
@@ -5,7 +5,7 @@ click==8.1.7
5
cryptography==41.0.7
6
Deprecated==1.2.14
7
gitdb==4.0.11
-GitPython==3.1.40
+GitPython==3.1.41
idna==3.6
pycparser==2.21
PyGithub==2.1.1
0 commit comments