Skip to content
This repository has been archived by the owner on May 14, 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 Agrendalath committed Sep 25, 2023
1 parent 8bcb219 commit e805b0c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charset-normalizer==3.2.0
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.3
cryptography==41.0.4
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -129,7 +129,7 @@ sqlparse==0.4.4
# django
stevedore==5.1.0
# via edx-django-utils
typing-extensions==4.7.1
typing-extensions==4.8.0
# via asgiref
uritemplate==4.1.1
# via drf-yasg
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packaging==23.1
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.0
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -70,11 +70,11 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.7.1
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==1.26.16
# via
# -c requirements/constraints.txt
# requests
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata
12 changes: 6 additions & 6 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -70,7 +70,7 @@ coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -156,7 +156,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.6.1
faker==19.6.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -253,7 +253,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.14.0
pydata-sphinx-theme==0.14.1
# via
# -r requirements/docs.txt
# sphinx-book-theme
Expand Down Expand Up @@ -421,7 +421,7 @@ tomlkit==0.12.1
# via
# -r requirements/test.txt
# pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -445,7 +445,7 @@ wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.16.2
zipp==3.17.0
# via
# -r requirements/docs.txt
# importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.28.49
boto3==1.28.53
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.49
botocore==1.31.53
# via
# boto3
# s3transfer
Expand All @@ -35,7 +35,7 @@ click==8.1.7
# via
# -r requirements/base.txt
# edx-django-utils
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -207,7 +207,7 @@ stevedore==5.1.0
# via
# -r requirements/base.txt
# edx-django-utils
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.6
astroid==2.15.7
# via
# -r requirements/test.in
# pylint
Expand Down Expand Up @@ -45,7 +45,7 @@ coverage[toml]==7.3.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -119,7 +119,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.6.1
faker==19.6.2
# via factory-boy
idna==3.4
# via
Expand Down Expand Up @@ -282,7 +282,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit e805b0c

Please sign in to comment.