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

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
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cachetools==5.5.0
# via tox
certifi==2024.7.4
certifi==2024.8.30
# via requests
chardet==5.2.0
# via tox
Expand All @@ -20,29 +20,29 @@ coverage==7.6.1
# via codecov
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
idna==3.7
idna==3.10
# via requests
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.7.2
# via tox
requests==2.32.3
# via codecov
tox==4.18.0
tox==4.19.0
# via -r requirements/ci.in
urllib3==2.2.2
urllib3==2.2.3
# via requests
virtualenv==20.26.3
virtualenv==20.26.5
# via tox
60 changes: 38 additions & 22 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ astroid==3.2.4
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.1
build==1.2.2
# via -r requirements/quality.in
cachetools==5.5.0
# via tox
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via
# diff-cover
Expand All @@ -35,32 +37,34 @@ code-annotations==1.8.0
# via edx-lint
colorama==0.4.6
# via tox
diff-cover==9.1.1
cryptography==43.0.1
# via secretstorage
diff-cover==9.2.0
# via -r requirements/dev.in
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# edx-i18n-tools
docutils==0.21.2
# via readme-renderer
edx-i18n-tools==1.6.2
edx-i18n-tools==1.6.3
# via -r requirements/dev.in
edx-lint==5.3.7
edx-lint==5.4.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
idna==3.7
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand All @@ -74,14 +78,22 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# code-annotations
# diff-cover
keyring==25.3.0
keyring==25.4.0
# via twine
lxml==5.3.0
# via edx-i18n-tools
lxml[html-clean,html_clean]==5.3.0
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.2.2
# via lxml
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
Expand All @@ -90,7 +102,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.4.0
more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -103,11 +115,11 @@ packaging==24.1
# tox
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
pbr==6.1.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
platformdirs==4.3.6
# via
# pylint
# tox
Expand All @@ -120,14 +132,16 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
# via
# diff-cover
# readme-renderer
# rich
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand All @@ -141,7 +155,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyproject-api==1.7.1
pyproject-api==1.7.2
# via tox
pyproject-hooks==1.1.0
# via build
Expand All @@ -161,8 +175,10 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.1
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
Expand All @@ -175,19 +191,19 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.18.0
tox==4.19.0
# via -r requirements/dev.in
twine==5.1.1
# via
# -r requirements/dev.in
# -r requirements/quality.in
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# twine
virtualenv==20.26.3
virtualenv==20.26.5
# via tox
wheel==0.44.0
# via -r requirements/dev.in
zipp==3.20.0
zipp==3.20.2
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via 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==73.0.1
setuptools==75.1.0
# via -r requirements/pip.in
38 changes: 25 additions & 13 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ astroid==3.2.4
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.1
build==1.2.2
# via -r requirements/quality.in
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand All @@ -25,15 +27,17 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
cryptography==43.0.1
# via secretstorage
dill==0.3.8
# via pylint
docutils==0.21.2
# via readme-renderer
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/quality.in
idna==3.7
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand All @@ -47,9 +51,13 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via code-annotations
keyring==25.3.0
keyring==25.4.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -59,29 +67,31 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.4.0
more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.18
# via readme-renderer
packaging==24.1
# via build
pbr==6.0.0
pbr==6.1.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -111,8 +121,10 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.1
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
Expand All @@ -125,9 +137,9 @@ tomlkit==0.13.2
# via pylint
twine==5.1.1
# via -r requirements/quality.in
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# twine
zipp==3.20.0
zipp==3.20.2
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pluggy==1.5.0
# via pytest
py==1.11.0
# via pytest-catchlog
pytest==8.3.2
pytest==8.3.3
# via
# pytest-catchlog
# pytest-cov
Expand All @@ -31,7 +31,7 @@ pytest-catchlog==1.2.2
# via -r requirements/test.in
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
pyyaml==6.0.2
# via edx-django-release-util
Expand Down