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 Aug 23, 2024
1 parent 36e1bd1 commit 6b97b09
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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 tox
certifi==2024.7.4
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ astroid==3.2.4
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
cachetools==5.4.0
cachetools==5.5.0
# via tox
certifi==2024.7.4
# via requests
Expand Down Expand Up @@ -139,7 +139,7 @@ idna==3.7
# anyio
# requests
# yarl
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# keyring
# twine
Expand All @@ -151,7 +151,7 @@ isort==5.13.2
# 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 @@ -306,7 +306,7 @@ sqlparse==0.5.1
# via django
starlette==0.38.2
# via fastapi
stevedore==5.2.0
stevedore==5.3.0
# via
# code-annotations
# edx-django-utils
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==73.0.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ idna==3.7
# anyio
# requests
# yarl
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# keyring
# twine
Expand All @@ -131,7 +131,7 @@ isort==5.13.2
# 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 @@ -271,7 +271,7 @@ sqlparse==0.5.1
# via django
starlette==0.38.2
# via fastapi
stevedore==5.2.0
stevedore==5.3.0
# via
# code-annotations
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ sqlparse==0.5.1
# via django
starlette==0.38.2
# via fastapi
stevedore==5.2.0
stevedore==5.3.0
# via
# code-annotations
# edx-django-utils
Expand Down

0 comments on commit 6b97b09

Please sign in to comment.