Skip to content

Commit 778738e

Browse files
upgrade gitpython version (#55)
1 parent 4af5875 commit 778738e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements/requirements.in
66
#
@@ -36,7 +36,7 @@ fastapi==0.95.2
3636
# via -r requirements/common-requirements.txt
3737
gitdb==4.0.9
3838
# via gitpython
39-
gitpython==3.1.35
39+
gitpython==3.1.40
4040
# via -r requirements/requirements.in
4141
h11==0.14.0
4242
# via

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-r common-requirements.txt
2-
GitPython==3.1.35
2+
GitPython==3.1.40

0 commit comments

Comments
 (0)