Skip to content
This repository has been archived by the owner on Aug 21, 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 committed Jul 11, 2023
1 parent 2a44178 commit 99b55f4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.4
# via
# code-annotations
# edx-django-utils
code-annotations==1.3.0
# via edx-toggles
cryptography==41.0.1
cryptography==41.0.2
# via
# pyjwt
# social-auth-core
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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
Expand All @@ -41,7 +41,7 @@ code-annotations==1.3.0
# via
# -r requirements/base.txt
# edx-toggles
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -151,7 +151,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
Expand Down Expand Up @@ -342,5 +342,5 @@ urllib3==2.0.3
# via
# -r requirements/base.txt
# requests
zipp==3.15.0
zipp==3.16.0
# via importlib-metadata
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asgiref==3.7.2
# -r requirements/test.txt
# django
# django-countries
astroid==2.15.5
astroid==2.15.6
# via
# -r requirements/test.txt
# pylint
Expand All @@ -29,7 +29,7 @@ cffi==1.15.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
Expand All @@ -55,7 +55,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/test.txt
# pyjwt
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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
Expand All @@ -31,7 +31,7 @@ code-annotations==1.3.0
# via
# -r requirements/base.txt
# edx-toggles
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asgiref==3.7.2
# -r requirements/base.txt
# django
# django-countries
astroid==2.15.5
astroid==2.15.6
# via
# -r requirements/test.in
# pylint
Expand All @@ -25,7 +25,7 @@ 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
Expand All @@ -47,7 +47,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down

0 comments on commit 99b55f4

Please sign in to comment.