Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 30, 2024
1 parent e7647e2 commit 7c00bcc
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 @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.20.0
# via -r requirements/ci.in
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
12 changes: 6 additions & 6 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.3.3
astroid==3.3.4
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -74,7 +74,7 @@ ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.2.0
# via -r requirements/dev.in
dill==0.3.8
dill==0.3.9
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -122,7 +122,7 @@ jaraco-context==6.0.1
# via
# -r requirements/quality.txt
# keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -212,7 +212,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pylint==3.3.0
pylint==3.3.1
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -236,7 +236,7 @@ pyproject-api==1.8.0
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -316,7 +316,7 @@ urllib3==2.2.3
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
# via
Expand Down Expand Up @@ -214,7 +214,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
starlette==0.38.6
starlette==0.39.2
# via sphinx-autobuild
stevedore==5.3.0
# via
Expand All @@ -233,7 +233,7 @@ urllib3==2.2.3
# via
# requests
# twine
uvicorn==0.30.6
uvicorn==0.31.0
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
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.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -40,7 +40,7 @@ cryptography==43.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
dill==0.3.9
# via pylint
django==4.2.16
# via
Expand Down Expand Up @@ -68,7 +68,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down

0 comments on commit 7c00bcc

Please sign in to comment.