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 (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 30, 2022
1 parent c54ea3a commit bcc3b70
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==2.1.1
# via requests
cryptography==38.0.3
cryptography==38.0.4
# via paramiko
distro==1.8.0
# via docker-compose
Expand Down Expand Up @@ -60,9 +60,9 @@ six==1.16.0
# jsonschema
# paramiko
# websocket-client
texttable==1.6.4
texttable==1.6.7
# via docker-compose
urllib3==1.26.12
urllib3==1.26.13
# via
# docker
# requests
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ click==8.1.3
# via
# -r requirements/pip-tools.txt
# pip-tools
cryptography==38.0.3
cryptography==38.0.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -70,7 +70,7 @@ docopt==0.6.2
# -r requirements/base.txt
# -r requirements/test.txt
# docker-compose
exceptiongroup==1.0.1
exceptiongroup==1.0.4
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -112,9 +112,9 @@ pep517==0.13.0
# build
pexpect==4.8.0
# via -r requirements/test.txt
pip-tools==6.9.0
pip-tools==6.10.0
# via -r requirements/pip-tools.txt
platformdirs==2.5.3
platformdirs==2.5.4
# via virtualenv
pluggy==1.0.0
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ six==1.16.0
# paramiko
# tox
# websocket-client
texttable==1.6.4
texttable==1.6.7
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -188,27 +188,27 @@ tomli==2.0.1
# pep517
# pytest
# tox
tox==3.27.0
tox==3.27.1
# via
# -r requirements/dev.in
# tox-battery
tox-battery==0.6.1
# via -r requirements/dev.in
urllib3==1.26.12
urllib3==1.26.13
# via
# -r requirements/base.txt
# -r requirements/test.txt
# docker
# requests
virtualenv==20.16.6
virtualenv==20.17.0
# via tox
websocket-client==0.59.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
# docker
# docker-compose
wheel==0.38.3
wheel==0.38.4
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ charset-normalizer==2.1.1
# via
# -r requirements/base.txt
# requests
cryptography==38.0.3
cryptography==38.0.4
# via
# -r requirements/base.txt
# paramiko
Expand Down Expand Up @@ -69,7 +69,7 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==5.0.0
importlib-metadata==5.1.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand Down Expand Up @@ -158,15 +158,15 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
stevedore==4.1.0
stevedore==4.1.1
# via doc8
texttable==1.6.4
texttable==1.6.7
# via
# -r requirements/base.txt
# docker-compose
tomli==2.0.1
# via doc8
urllib3==1.26.12
urllib3==1.26.13
# via
# -r requirements/base.txt
# docker
Expand All @@ -178,7 +178,7 @@ websocket-client==0.59.0
# -r requirements/base.txt
# docker
# docker-compose
zipp==3.10.0
zipp==3.11.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ packaging==21.3
# via build
pep517==0.13.0
# via build
pip-tools==6.9.0
pip-tools==6.10.0
# via -r requirements/pip-tools.in
pyparsing==3.0.9
# via packaging
tomli==2.0.1
# via
# build
# pep517
wheel==0.38.3
wheel==0.38.4
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.38.3
wheel==0.38.4
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==2.1.1
# via
# -r requirements/base.txt
# requests
cryptography==38.0.3
cryptography==38.0.4
# via
# -r requirements/base.txt
# paramiko
Expand All @@ -48,7 +48,7 @@ docopt==0.6.2
# via
# -r requirements/base.txt
# docker-compose
exceptiongroup==1.0.1
exceptiongroup==1.0.4
# via pytest
idna==3.4
# via
Expand Down Expand Up @@ -113,13 +113,13 @@ six==1.16.0
# jsonschema
# paramiko
# websocket-client
texttable==1.6.4
texttable==1.6.7
# via
# -r requirements/base.txt
# docker-compose
tomli==2.0.1
# via pytest
urllib3==1.26.12
urllib3==1.26.13
# via
# -r requirements/base.txt
# docker
Expand Down

0 comments on commit bcc3b70

Please sign in to comment.