Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 25, 2021
1 parent 00d82eb commit d965113
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cffi==1.14.6
# pynacl
charset-normalizer==2.0.4
# via requests
cryptography==3.4.7
cryptography==3.4.8
# via paramiko
distro==1.6.0
# via docker-compose
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ click==8.0.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cryptography==3.4.7
cryptography==3.4.8
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -183,7 +183,7 @@ tomli==1.2.1
# via
# -r requirements/pip-tools.txt
# pep517
tox==3.24.1
tox==3.24.3
# via
# -r requirements/dev.in
# tox-battery
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# requests
cryptography==3.4.7
cryptography==3.4.8
# via
# -r requirements/base.txt
# paramiko
Expand Down Expand Up @@ -156,7 +156,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
stevedore==3.3.0
stevedore==3.4.0
# via doc8
texttable==1.6.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# requests
cryptography==3.4.7
cryptography==3.4.8
# via
# -r requirements/base.txt
# paramiko
Expand Down

0 comments on commit d965113

Please sign in to comment.