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

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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2024.8.30
# via requests
charset-normalizer==3.4.0
# via requests
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -24,9 +24,9 @@ pyjwkest==1.4.2
# via -r requirements/base.in
requests==2.32.3
# via pyjwkest
six==1.16.0
six==1.17.0
# via pyjwkest
sqlparse==0.5.1
sqlparse==0.5.3
# via django
urllib3==2.2.3
# via requests
4 changes: 2 additions & 2 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
coverage==7.6.4
coverage==7.6.9
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -46,15 +46,15 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.9
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -69,7 +69,7 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -108,7 +108,7 @@ lxml[html-clean,html_clean]==5.3.0
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via lxml
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -163,7 +163,7 @@ pygments==2.18.0
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -192,7 +192,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -214,7 +214,7 @@ requests==2.32.3
# via
# -r requirements/quality.txt
# pyjwkest
six==1.16.0
six==1.17.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -223,11 +223,11 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.1
sqlparse==0.5.3
# via
# -r requirements/quality.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -245,11 +245,11 @@ urllib3==2.2.3
# via
# -r requirements/quality.txt
# requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/ci.txt
# tox
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
27 changes: 13 additions & 14 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ click==8.1.7
# via
# -r requirements/test.txt
# code-annotations
code-annotations==1.8.0
code-annotations==2.0.0
# via -r requirements/test.txt
coverage[toml]==7.6.4
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via secretstorage
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -61,9 +61,7 @@ idna==3.10
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via
# keyring
# twine
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -97,19 +95,20 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.2
# via
# -r requirements/test.txt
# build
# pytest
# sphinx
# twine
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.10.0
pkginfo==1.12.0
# via twine
pluggy==1.5.0
# via
Expand All @@ -131,7 +130,7 @@ pyjwkest==1.4.2
# via -r requirements/test.txt
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -167,7 +166,7 @@ rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# pyjwkest
Expand All @@ -187,11 +186,11 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -200,7 +199,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
twine==5.1.1
twine==6.0.1
# via -r requirements/doc.in
urllib3==2.2.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.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
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.4.0
setuptools==75.6.0
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -28,17 +28,17 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.4
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.9
# via pylint
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -94,7 +94,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pyjwkest==1.4.2
# via -r requirements/test.txt
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -108,7 +108,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -129,18 +129,18 @@ requests==2.32.3
# via
# -r requirements/test.txt
# pyjwkest
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# edx-lint
# pyjwkest
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ charset-normalizer==3.4.0
# requests
click==8.1.7
# via code-annotations
code-annotations==1.8.0
code-annotations==2.0.0
# via -r requirements/test.in
coverage[toml]==7.6.4
coverage[toml]==7.6.9
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -51,7 +51,7 @@ pycryptodomex==3.21.0
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.txt
pytest==8.3.3
pytest==8.3.4
# via
# pytest-cov
# pytest-django
Expand All @@ -67,15 +67,15 @@ requests==2.32.3
# via
# -r requirements/base.txt
# pyjwkest
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# pyjwkest
sqlparse==0.5.1
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
Loading