Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 21, 2024
1 parent 8a487be commit d0b4a9a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions 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
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.17.1
tox==4.18.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -110,15 +110,15 @@ idna==3.7
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# keyring
# rstcheck-core
# twine
importlib-resources==6.4.0
importlib-resources==6.4.3
# via
# -r requirements/quality.txt
# keyring
Expand All @@ -130,7 +130,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/quality.txt
# keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -338,15 +338,15 @@ tomli==2.0.1
# pylint
# pyproject-api
# tox
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.17.1
tox==4.18.0
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
typer==0.12.3
typer==0.12.4
# via
# -r requirements/quality.txt
# rstcheck
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via sphinx
inflection==0.5.1
# via drf-yasg
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via build
packaging==24.1
# via build
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@ edx-lint==5.3.7
# via -r requirements/quality.in
idna==3.7
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via
# keyring
# rstcheck-core
# twine
importlib-resources==6.4.0
importlib-resources==6.4.3
# via keyring
isort==5.13.2
# via
# -r requirements/quality.in
# 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 @@ -159,11 +159,11 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
twine==5.1.1
# via -r requirements/quality.in
typer==0.12.3
typer==0.12.4
# via rstcheck
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit d0b4a9a

Please sign in to comment.