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 (#926)
Browse files Browse the repository at this point in the history
Co-authored-by: Usama Sadiq <[email protected]>
  • Loading branch information
edx-requirements-bot and UsamaSadiq authored Apr 27, 2022
1 parent 03eb127 commit 3906411
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cffi==1.15.0
# pynacl
charset-normalizer==2.0.12
# via requests
cryptography==36.0.2
cryptography==37.0.0
# via paramiko
distro==1.7.0
# via docker-compose
Expand All @@ -33,7 +33,7 @@ idna==3.3
# via requests
jsonschema==3.2.0
# via docker-compose
paramiko==2.10.3
paramiko==2.10.4
# via docker
pycparser==2.21
# via cffi
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.2
# via
# -r requirements/pip-tools.txt
# pip-tools
cryptography==36.0.2
cryptography==37.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -90,7 +90,7 @@ packaging==21.3
# -r requirements/test.txt
# pytest
# tox
paramiko==2.10.3
paramiko==2.10.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -138,7 +138,7 @@ pyrsistent==0.18.1
# -r requirements/base.txt
# -r requirements/test.txt
# jsonschema
pytest==7.1.1
pytest==7.1.2
# via -r requirements/test.txt
python-dotenv==0.20.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==21.4.0
# via
# -r requirements/base.txt
# jsonschema
babel==2.9.1
babel==2.10.1
# via sphinx
bcrypt==3.2.0
# via
Expand All @@ -32,7 +32,7 @@ charset-normalizer==2.0.12
# via
# -r requirements/base.txt
# requests
cryptography==36.0.2
cryptography==37.0.0
# via
# -r requirements/base.txt
# paramiko
Expand Down Expand Up @@ -82,7 +82,7 @@ markupsafe==2.1.1
# via jinja2
packaging==21.3
# via sphinx
paramiko==2.10.3
paramiko==2.10.4
# via
# -r requirements/base.txt
# docker
Expand All @@ -92,7 +92,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pygments==2.11.2
pygments==2.12.0
# via
# doc8
# readme-renderer
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ charset-normalizer==2.0.12
# via
# -r requirements/base.txt
# requests
cryptography==36.0.2
cryptography==37.0.0
# via
# -r requirements/base.txt
# paramiko
Expand Down Expand Up @@ -61,7 +61,7 @@ jsonschema==3.2.0
# docker-compose
packaging==21.3
# via pytest
paramiko==2.10.3
paramiko==2.10.4
# via
# -r requirements/base.txt
# docker
Expand All @@ -87,7 +87,7 @@ pyrsistent==0.18.1
# via
# -r requirements/base.txt
# jsonschema
pytest==7.1.1
pytest==7.1.2
# via -r requirements/test.in
python-dotenv==0.20.0
# via
Expand Down

0 comments on commit 3906411

Please sign in to comment.