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 16, 2024
1 parent 3069e3e commit 12986be
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 77 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
asgiref==3.8.1
# via django
django==4.2.15
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
sqlparse==0.5.1
sqlparse==0.5.3
# via django
16 changes: 8 additions & 8 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
# -r requirements/tox.txt
# tox
Expand All @@ -16,21 +16,21 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# -r requirements/tox.txt
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.6
# via
# -r requirements/tox.txt
# tox
Expand All @@ -39,13 +39,13 @@ pluggy==1.5.0
# via
# -r requirements/tox.txt
# tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/tox.txt
# tox
tox==4.18.0
tox==4.23.2
# via -r requirements/tox.txt
virtualenv==20.26.3
virtualenv==20.28.0
# via
# -r requirements/tox.txt
# tox
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
django==4.2.15
django==4.2.17
asgiref==3.8.1
24 changes: 12 additions & 12 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,46 @@
#
# make upgrade
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via django
babel==2.16.0
# via sphinx
certifi==2024.7.4
certifi==2024.12.14
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
django==4.2.15
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
docutils==0.20.1
docutils==0.21.2
# via
# sphinx
# sphinx-rtd-theme
idna==3.7
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via sphinx
pygments==2.18.0
# via sphinx
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
sphinx==8.1.3
# via
# -r requirements/doc.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==2.0.0
sphinx-rtd-theme==3.0.2
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -59,7 +59,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.3
# via django
urllib3==2.2.2
urllib3==2.2.3
# via requests
8 changes: 5 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# 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
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
78 changes: 39 additions & 39 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.6
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.7.4
certifi==2024.12.14
# via requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -26,15 +26,15 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==2.1.0
# via edx-lint
coverage[toml]==7.6.1
coverage[toml]==7.6.9
# via
# -r requirements/test.in
# pytest-cov
cryptography==43.0.0
cryptography==44.0.0
# via secretstorage
dill==0.3.8
dill==0.3.9
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -43,57 +43,57 @@ django-dynamic-fixture==4.0.1
# via -r requirements/test.in
docutils==0.21.2
# via readme-renderer
edx-lint==5.3.7
edx-lint==5.4.1
# via -r requirements/test.in
idna==3.7
idna==3.10
# via requests
importlib-metadata==8.2.0
# via
# keyring
# twine
importlib-metadata==8.5.0
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via 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
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via code-annotations
keyring==25.3.0
keyring==25.5.0
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.4.0
more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.1
# via pytest
pbr==6.0.0
packaging==24.2
# via
# pytest
# twine
pbr==6.1.0
# via stevedore
pep8==1.7.1
# via -r requirements/test.in
pkginfo==1.10.0
pkginfo==1.12.0
# via twine
platformdirs==4.2.2
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
Expand All @@ -103,27 +103,27 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.6
pylint==3.3.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.2
pytest==8.3.4
# via
# pytest-cov
# pytest-django
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
Expand All @@ -139,33 +139,33 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
six==1.17.0
# via edx-lint
sqlparse==0.5.1
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
twine==5.1.1
twine==6.0.1
# via -r requirements/test.in
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# twine
wheel==0.44.0
wheel==0.45.1
# via -r requirements/test.in
zipp==3.20.0
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==72.2.0
setuptools==75.6.0
# via -r requirements/test.in
Loading

0 comments on commit 12986be

Please sign in to comment.