Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 9, 2024
1 parent b8c5409 commit 6b8354e
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
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
26 changes: 13 additions & 13 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.5
astroid==3.3.6
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -54,19 +54,19 @@ 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
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/quality.txt
# secretstorage
Expand All @@ -82,7 +82,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -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.12.0
# 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 @@ -283,7 +283,7 @@ secretstorage==3.3.3
# via
# -r requirements/quality.txt
# keyring
six==1.16.0
six==1.17.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -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
27 changes: 14 additions & 13 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
anyio==4.6.2.post1
anyio==4.7.0
# via
# starlette
# watchfiles
Expand Down Expand Up @@ -37,19 +37,19 @@ 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
coverage[toml]==7.6.9
# 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
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -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.12.0
# 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,10 +225,12 @@ 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
# via
# anyio
# pydata-sphinx-theme
urllib3==2.2.3
# via
# requests
Expand Down
27 changes: 13 additions & 14 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.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -28,21 +28,21 @@ 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
coverage[toml]==7.6.9
# 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
dill==0.3.9
# via pylint
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -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.12.0
# 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 @@ -167,7 +166,7 @@ rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
six==1.17.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
Expand All @@ -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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ 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
coverage[toml]==7.6.9
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
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 6b8354e

Please sign in to comment.