Skip to content

Commit

Permalink
Update gitpython
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b committed Nov 9, 2023
1 parent 71a7478 commit 9ac664a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cryptography==39.0.1
# depend on rely
eventlet==0.33.3
flex==6.14.1
gitpython==3.1.15
gitpython<=3.1.37
# Needed by gitpython, old versions used to bundle it
gitdb==4.0.2
# Note: greenlet is used by eventlet
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dnspython>=1.16.0,<2.0.0
eventlet==0.33.3
flex==6.14.1
gitdb==4.0.2
gitpython==3.1.15
gitpython<=3.1.37
greenlet==1.0.0
gunicorn==21.2.0
importlib-metadata==3.10.1
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MarkupSafe<2.1.0,>=0.23
apscheduler==3.7.0
chardet<3.1.0
eventlet==0.33.3
gitpython==3.1.15
gitpython<=3.1.37
jinja2==2.11.3
kombu==5.0.2
lockfile==0.12.2
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dnspython>=1.16.0,<2.0.0
eventlet==0.33.3
flex==6.14.1
gitdb==4.0.2
gitpython==3.1.15
gitpython<=3.1.37
greenlet==1.0.0
jinja2==2.11.3
jsonpath-rw==1.4.0
Expand Down

0 comments on commit 9ac664a

Please sign in to comment.