Skip to content

Commit

Permalink
Bump gitpython to 3.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
davidu1975 committed Aug 15, 2023
1 parent 162b98f commit d931a9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ tinycss2==1.2.1
tqdm==4.64.1
# via pypdf3
tzdata==2022.7
# via django-celery-beat
# via
# django-celery-beat
# pytz-deprecation-shim
tzlocal==4.2
# via pyhanko
uritemplate==4.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytest-sugar==0.9.2
requests_mock==1.6.0
freezegun==0.3.12
pytest-codecov
GitPython
GitPython==3.1.32

# Pinned because pre-commit features specific versions
black==23.1.0
Expand Down
8 changes: 5 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cryptography==41.0.3
# pyhanko-certvalidator
cssselect2==0.5.0
# via svglib
dataclasses==0.06
dataclasses==0.6
# via -r requirements_test.in
defusedxml==0.7.1
# via odfpy
Expand Down Expand Up @@ -186,7 +186,7 @@ future==0.18.3
# django-json-widget
gitdb==4.0.10
# via gitpython
gitpython==3.1.31
gitpython==3.1.32
# via -r requirements_test.in
html5lib==1.1
# via xhtml2pdf
Expand Down Expand Up @@ -418,7 +418,9 @@ tqdm==4.63.0
typing-extensions==4.0.1
# via black
tzdata==2022.1
# via django-celery-beat
# via
# django-celery-beat
# pytz-deprecation-shim
tzlocal==4.2
# via pyhanko
uritemplate==4.1.1
Expand Down

0 comments on commit d931a9e

Please sign in to comment.