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
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and mumarkhan999 committed Jul 13, 2023
1 parent 9e8b7c8 commit 750715c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
cryptography==41.0.1
cryptography==41.0.2
# via paramiko
distro==1.8.0
# via docker-compose
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ cffi==1.15.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r requirements/pip-tools.txt
# pip-tools
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -109,7 +109,7 @@ pexpect==4.8.0
# via -r requirements/test.txt
pip-tools==6.14.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.0
platformdirs==3.8.1
# via virtualenv
pluggy==1.2.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 @@ -33,11 +33,11 @@ cffi==1.15.1
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# paramiko
Expand Down Expand Up @@ -74,7 +74,7 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand Down Expand Up @@ -189,7 +189,7 @@ websocket-client==0.59.0
# -r requirements/base.txt
# docker
# docker-compose
zipp==3.15.0
zipp==3.16.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.4
# via pip-tools
packaging==23.1
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ cffi==1.15.1
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# paramiko
Expand Down

0 comments on commit 750715c

Please sign in to comment.