Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #505

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
#
arrow==1.3.0
# via cookiecutter
astroid==3.3.6
astroid==3.3.8
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
# cookiecutter
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
cookiecutter==2.6.0
# via -r requirements/base.in
Expand All @@ -38,7 +38,7 @@ idna==3.10
# via requests
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# cookiecutter
Expand All @@ -54,9 +54,9 @@ pbr==6.1.0
# via stevedore
platformdirs==4.3.6
# via pylint
pygments==2.18.0
pygments==2.19.0
# via rich
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -96,5 +96,5 @@ tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.2.3
urllib3==2.3.0
# via requests
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.28.0
virtualenv==20.28.1
# via tox
30 changes: 15 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.6
astroid==3.3.8
# via
# -r requirements/test.txt
# pylint
Expand All @@ -47,7 +47,7 @@ cachetools==5.5.0
# via
# -r requirements/ci.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/test.txt
# requests
Expand All @@ -61,11 +61,11 @@ chardet==5.2.0
# -r requirements/test.txt
# binaryornot
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -78,7 +78,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -164,13 +164,13 @@ jeepney==0.8.0
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
# cookiecutter
# sphinx
keyring==25.5.0
keyring==25.6.0
# via
# -r requirements/test.txt
# twine
Expand All @@ -195,7 +195,7 @@ more-itertools==10.5.0
# -r requirements/test.txt
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -239,13 +239,13 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via
# -r requirements/test.txt
# sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.txt
pygments==2.18.0
pygments==2.19.0
# via
# -r requirements/test.txt
# accessible-pygments
Expand All @@ -254,7 +254,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -391,7 +391,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/test.txt
# sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -420,12 +420,12 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/test.txt
# requests
# twine
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -440,5 +440,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==75.6.0
setuptools==75.7.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
28 changes: 14 additions & 14 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arrow==1.3.0
# cookiecutter
asgiref==3.8.1
# via django
astroid==3.3.6
astroid==3.3.8
# via
# -r requirements/base.txt
# pylint
Expand All @@ -31,7 +31,7 @@ binaryornot==0.4.4
# cookiecutter
build==1.2.2.post1
# via -r requirements/test.in
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# requests
Expand All @@ -41,11 +41,11 @@ chardet==5.2.0
# via
# -r requirements/base.txt
# binaryornot
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/base.txt
# click-log
Expand All @@ -56,7 +56,7 @@ click-log==0.4.0
# via
# -r requirements/base.txt
# edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/base.txt
# edx-lint
Expand Down Expand Up @@ -120,13 +120,13 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/base.txt
# code-annotations
# cookiecutter
# sphinx
keyring==25.5.0
keyring==25.6.0
# via twine
markdown-it-py==3.0.0
# via
Expand All @@ -148,7 +148,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
packaging==24.2
# via
Expand All @@ -173,11 +173,11 @@ pycodestyle==2.12.1
# via -r requirements/test.in
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.in
pygments==2.18.0
pygments==2.19.0
# via
# -r requirements/base.txt
# accessible-pygments
Expand All @@ -186,7 +186,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/base.txt
# edx-lint
Expand Down Expand Up @@ -286,7 +286,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand All @@ -309,10 +309,10 @@ types-python-dateutil==2.9.0.20241206
# arrow
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.txt
# requests
# twine
virtualenv==20.28.0
virtualenv==20.28.1
# via -r requirements/test.in
Loading