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 Oct 21, 2024
1 parent 4d6e4f6 commit cfaf954
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
# via build
pip-tools==7.4.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==75.1.0
setuptools==75.2.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
arrow==1.3.0
# via cookiecutter
astroid==3.3.4
astroid==3.3.5
# via
# pylint
# pylint-celery
Expand All @@ -16,7 +16,7 @@ certifi==2024.8.30
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -30,7 +30,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via -r requirements/base.in
dill==0.3.8
dill==0.3.9
# via pylint
edx-lint==5.4.0
# via -r requirements/base.in
Expand All @@ -44,7 +44,7 @@ jinja2==3.1.4
# cookiecutter
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -64,7 +64,7 @@ pylint==3.3.1
# 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
Expand All @@ -82,7 +82,7 @@ pyyaml==6.0.2
# cookiecutter
requests==2.32.3
# via cookiecutter
rich==13.8.1
rich==13.9.2
# via cookiecutter
six==1.16.0
# via
Expand All @@ -94,7 +94,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
urllib3==2.2.3
# via requests
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via
Expand All @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.20.0
tox==4.23.0
# via -r requirements/ci.in
virtualenv==20.26.5
virtualenv==20.27.0
# via tox
42 changes: 21 additions & 21 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via
# -r requirements/test.txt
# pydata-sphinx-theme
alabaster==0.7.16
alabaster==1.0.0
# via
# -r requirements/test.txt
# sphinx
Expand All @@ -20,7 +20,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.4
astroid==3.3.5
# via
# -r requirements/test.txt
# pylint
Expand All @@ -38,7 +38,7 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
build==1.2.2
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -61,7 +61,7 @@ chardet==5.2.0
# -r requirements/test.txt
# binaryornot
# tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -90,15 +90,15 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# pytest-cookies
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements/test.txt
# secretstorage
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -114,7 +114,7 @@ doc8==0.11.2
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
docutils==0.20.1
docutils==0.21.2
# via
# -r requirements/test.txt
# doc8
Expand Down Expand Up @@ -159,7 +159,7 @@ jaraco-context==6.0.1
# via
# -r requirements/test.txt
# keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via
# -r requirements/test.txt
# keyring
Expand All @@ -182,7 +182,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.5
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -269,7 +269,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -282,7 +282,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
# -r requirements/test.txt
Expand All @@ -308,7 +308,7 @@ pyyaml==6.0.2
# -r requirements/test.txt
# code-annotations
# cookiecutter
readme-renderer==43.0
readme-renderer==44.0
# via
# -r requirements/test.txt
# twine
Expand All @@ -331,7 +331,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.8.1
rich==13.9.2
# via
# -r requirements/test.txt
# cookiecutter
Expand All @@ -340,7 +340,7 @@ secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
sh==2.0.7
sh==2.1.0
# via -r requirements/test.txt
six==1.16.0
# via
Expand All @@ -356,7 +356,7 @@ soupsieve==2.6
# via
# -r requirements/test.txt
# beautifulsoup4
sphinx==7.4.7
sphinx==8.1.3
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand All @@ -365,7 +365,7 @@ sphinx==7.4.7
# sphinxcontrib-jquery
sphinx-book-theme==1.1.3
# via -r requirements/test.txt
sphinx-rtd-theme==2.0.0
sphinx-rtd-theme==3.0.1
# via -r requirements/test.txt
sphinxcontrib-applehelp==2.0.0
# via
Expand Down Expand Up @@ -412,11 +412,11 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.20.0
tox==4.23.0
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via
# -r requirements/test.txt
# arrow
Expand All @@ -429,7 +429,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# requests
# twine
virtualenv==20.26.5
virtualenv==20.27.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -446,5 +446,5 @@ zipp==3.20.2
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==75.1.0
setuptools==75.2.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==75.1.0
setuptools==75.2.0
# via -r requirements/pip.in
Loading

0 comments on commit cfaf954

Please sign in to comment.