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 Dec 2, 2024
1 parent 7f6d2c9 commit baf2102
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 31 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.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -66,7 +66,7 @@ coverage[toml]==7.6.8
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -105,7 +105,6 @@ importlib-metadata==8.5.0
# via
# -r requirements/quality.txt
# keyring
# twine
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -161,7 +160,7 @@ more-itertools==10.5.0
# -r requirements/quality.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.18
nh3==0.2.19
# via
# -r requirements/quality.txt
# readme-renderer
Expand All @@ -174,13 +173,14 @@ packaging==24.2
# pyproject-api
# pytest
# tox
# twine
pbr==6.1.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.10.0
pkginfo==1.11.2
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -212,7 +212,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -241,7 +241,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -309,14 +309,14 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/ci.txt
twine==5.1.1
twine==6.0.1
# via -r requirements/quality.txt
urllib3==2.2.3
# via
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/ci.txt
# tox
Expand Down
17 changes: 8 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ click==8.1.7
# -r requirements/test.txt
# code-annotations
# uvicorn
code-annotations==1.8.2
code-annotations==2.0.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand All @@ -71,9 +71,7 @@ idna==3.10
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via
# keyring
# twine
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -107,19 +105,20 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.2
# via
# -r requirements/test.txt
# build
# pytest
# sphinx
# twine
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.10.0
pkginfo==1.11.2
# via twine
pluggy==1.5.0
# via
Expand All @@ -139,7 +138,7 @@ pygments==2.18.0
# sphinx
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -226,7 +225,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
twine==5.1.1
twine==6.0.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via pydata-sphinx-theme
Expand Down
19 changes: 9 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand All @@ -53,9 +53,7 @@ edx-lint==5.4.1
idna==3.10
# via requests
importlib-metadata==8.5.0
# via
# keyring
# twine
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -94,17 +92,18 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.2
# via
# -r requirements/test.txt
# pytest
# twine
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.10.0
pkginfo==1.11.2
# via twine
platformdirs==4.3.6
# via pylint
Expand All @@ -122,7 +121,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -136,7 +135,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -185,7 +184,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.2
# via pylint
twine==5.1.1
twine==6.0.1
# via -r requirements/quality.in
urllib3==2.2.3
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
click==8.1.7
# via code-annotations
code-annotations==1.8.2
code-annotations==2.0.0
# via -r requirements/test.in
coverage[toml]==7.6.8
# via pytest-cov
Expand All @@ -32,7 +32,7 @@ pbr==6.1.0
# via stevedore
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit baf2102

Please sign in to comment.