Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 23, 2024
1 parent 2dc2168 commit e7f222b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.8
cryptography==43.0.0
# via pyjwt
django==4.2.14
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -66,13 +66,13 @@ coverage[toml]==7.6.0
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/quality.txt
# pyjwt
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.1.0
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -228,7 +228,7 @@ pyjwt[crypto]==2.8.0
# drf-jwt
# edx-drf-extensions
# edx-rest-api-client
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -265,7 +265,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -201,7 +201,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.1.0
# via build
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -253,17 +253,17 @@ slumber==0.7.1
# edx-rest-api-client
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.4
sphinx==7.4.7
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.0.6
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==1.0.8
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.3.0
setuptools==71.1.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.3
astroid==3.2.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -44,7 +44,7 @@ coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -160,7 +160,7 @@ pyjwt[crypto]==2.8.0
# drf-jwt
# edx-drf-extensions
# edx-rest-api-client
pylint==3.2.5
pylint==3.2.6
# via
# edx-lint
# pylint-celery
Expand All @@ -182,7 +182,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ code-annotations==1.8.0
# via -r requirements/test.in
coverage[toml]==7.6.0
# via pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -133,7 +133,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.2.2
pytest==8.3.1
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit e7f222b

Please sign in to comment.