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 #508

Closed
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 @@ -8,7 +8,7 @@ wheel==0.45.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
pip==25.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
12 changes: 7 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
cookiecutter==2.6.0
# via -r requirements/base.in
dill==0.3.9
# via pylint
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/base.in
idna==3.10
# via requests
Expand All @@ -54,7 +54,7 @@ pbr==6.1.0
# via stevedore
platformdirs==4.3.6
# via pylint
pygments==2.19.0
pygments==2.19.1
# via rich
pylint==3.3.3
# via
Expand Down Expand Up @@ -96,5 +96,7 @@ tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -26,9 +26,9 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
38 changes: 20 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build==1.2.2.post1
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# pip-tools
cachetools==5.5.0
cachetools==5.5.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -78,7 +78,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -103,7 +103,7 @@ distlib==0.3.9
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -123,14 +123,18 @@ docutils==0.21.2
# restructuredtext-lint
# sphinx
# sphinx-rtd-theme
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/test.txt
filelock==3.16.1
filelock==3.17.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
# virtualenv
id==1.5.0
# via
# -r requirements/test.txt
# twine
idna==3.10
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -190,7 +194,7 @@ mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# -r requirements/test.txt
# jaraco-classes
Expand All @@ -216,10 +220,6 @@ pbr==6.1.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.12.0
# via
# -r requirements/test.txt
# twine
platformdirs==4.3.6
# via
# -r requirements/ci.txt
Expand All @@ -245,7 +245,7 @@ pydata-sphinx-theme==0.16.1
# sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.txt
pygments==2.19.0
pygments==2.19.1
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -274,7 +274,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyproject-api==1.8.0
pyproject-api==1.9.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -312,6 +312,7 @@ requests==2.32.3
# via
# -r requirements/test.txt
# cookiecutter
# id
# requests-toolbelt
# sphinx
# twine
Expand All @@ -336,7 +337,7 @@ secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
sh==2.1.0
sh==2.2.1
# via -r requirements/test.txt
six==1.17.0
# via
Expand Down Expand Up @@ -408,9 +409,9 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.txt
twine==6.0.1
twine==6.1.0
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20241206
# via
Expand All @@ -420,12 +421,13 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# requests
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -440,5 +442,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
setuptools==75.7.0
setuptools==75.8.0
# via pip-tools
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.7.0
setuptools==75.8.0
# via -r requirements/pip.in
26 changes: 14 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ click-log==0.4.0
# via
# -r requirements/base.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/base.txt
# edx-lint
Expand All @@ -72,7 +72,7 @@ dill==0.3.9
# pylint
distlib==0.3.9
# via virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand All @@ -91,12 +91,14 @@ docutils==0.21.2
# restructuredtext-lint
# sphinx
# sphinx-rtd-theme
edx-lint==5.4.1
edx-lint==5.6.0
# via
# -r requirements/base.txt
# -r requirements/test.in
filelock==3.16.1
filelock==3.17.0
# via virtualenv
id==1.5.0
# via twine
idna==3.10
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -144,7 +146,7 @@ mdurl==0.1.2
# via
# -r requirements/base.txt
# markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -160,8 +162,6 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via
# -r requirements/base.txt
Expand All @@ -177,7 +177,7 @@ pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.in
pygments==2.19.0
pygments==2.19.1
# via
# -r requirements/base.txt
# accessible-pygments
Expand Down Expand Up @@ -232,6 +232,7 @@ requests==2.32.3
# via
# -r requirements/base.txt
# cookiecutter
# id
# requests-toolbelt
# sphinx
# twine
Expand All @@ -248,7 +249,7 @@ rich==13.9.4
# twine
secretstorage==3.3.3
# via keyring
sh==2.1.0
sh==2.2.1
# via -r requirements/test.in
six==1.17.0
# via
Expand Down Expand Up @@ -301,18 +302,19 @@ tomlkit==0.13.2
# via
# -r requirements/base.txt
# pylint
twine==6.0.1
twine==6.1.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20241206
# via
# -r requirements/base.txt
# arrow
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# requests
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via -r requirements/test.in
Loading