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 Sep 2, 2024
1 parent 6d43985 commit 3aae86e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
babel==2.16.0
# via sphinx
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -22,7 +22,7 @@ docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# 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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
setuptools==74.0.0
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.2.4
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via cryptography
Expand Down Expand Up @@ -43,11 +43,11 @@ django-dynamic-fixture==4.0.1
# via -r requirements/test.in
docutils==0.21.2
# via readme-renderer
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
idna==3.7
idna==3.8
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# keyring
# twine
Expand All @@ -57,7 +57,7 @@ isort==5.13.2
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
Expand Down Expand Up @@ -87,7 +87,7 @@ nh3==0.2.18
# via readme-renderer
packaging==24.1
# via pytest
pbr==6.0.0
pbr==6.1.0
# via stevedore
pep8==1.7.1
# via -r requirements/test.in
Expand All @@ -103,7 +103,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -139,7 +139,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.0
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -149,7 +149,7 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -163,9 +163,9 @@ urllib3==2.2.2
# twine
wheel==0.44.0
# via -r requirements/test.in
zipp==3.20.0
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==72.2.0
setuptools==74.0.0
# via -r requirements/test.in
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand Down

0 comments on commit 3aae86e

Please sign in to comment.