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

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
6 changes: 2 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -10,7 +10,7 @@ certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.15
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -28,7 +28,5 @@ six==1.16.0
# via pyjwkest
sqlparse==0.5.1
# via django
typing-extensions==4.12.2
# via asgiref
urllib3==2.2.2
# via requests
6 changes: 1 addition & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -30,10 +30,6 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.18.0
# via -r requirements/ci.in
virtualenv==20.26.3
Expand Down
38 changes: 4 additions & 34 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -69,7 +69,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.15
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -78,10 +78,6 @@ edx-i18n-tools==1.6.2
# via -r requirements/dev.in
edx-lint==5.4.0
# via -r requirements/quality.txt
exceptiongroup==1.2.2
# via
# -r requirements/quality.txt
# pytest
filelock==3.15.4
# via
# -r requirements/ci.txt
Expand All @@ -95,10 +91,6 @@ idna==3.8
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.4.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -167,7 +159,7 @@ pygments==2.18.0
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -203,7 +195,7 @@ pytest==8.3.2
# pytest-django
pytest-cov==5.0.0
# via -r requirements/quality.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/quality.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -239,30 +231,12 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.18.0
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
# astroid
# pylint
urllib3==2.2.2
# via
# -r requirements/quality.txt
Expand All @@ -275,10 +249,6 @@ wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.20.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
46 changes: 20 additions & 26 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
asgiref==3.8.1
# via
Expand All @@ -20,6 +20,8 @@ certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via
# -r requirements/test.txt
Expand All @@ -34,22 +36,20 @@ coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
django==4.2.15
cryptography==43.0.0
# via secretstorage
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
doc8==1.1.1
doc8==1.1.2
# via -r requirements/doc.in
docutils==0.20.1
docutils==0.21.2
# via
# doc8
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
future==1.0.0
# via
# -r requirements/test.txt
Expand All @@ -62,9 +62,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
# via
# build
# keyring
# sphinx
# twine
iniconfig==2.0.0
# via
Expand All @@ -76,6 +74,10 @@ 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
# -r requirements/test.txt
Expand Down Expand Up @@ -113,6 +115,8 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycparser==2.22
# via cffi
pycryptodomex==3.20.0
# via
# -r requirements/test.txt
Expand All @@ -134,7 +138,7 @@ pytest==8.3.2
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand All @@ -144,7 +148,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
readme-renderer==43.0
readme-renderer==44.0
# via twine
requests==2.32.3
# via
Expand All @@ -161,13 +165,15 @@ rfc3986==2.0.0
# via twine
rich==13.8.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -r requirements/test.txt
# pyjwkest
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
sphinx==8.0.2
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -194,20 +200,8 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/test.txt
# build
# coverage
# doc8
# pytest
# sphinx
twine==5.1.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
urllib3==2.2.2
# via
# -r requirements/test.txt
Expand Down
10 changes: 1 addition & 9 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,8 +8,6 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.4.0
# via build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -18,14 +16,8 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.44.0
# via pip-tools
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -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==74.0.0
setuptools==74.1.1
# via -r requirements/pip.in
24 changes: 4 additions & 20 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -38,16 +38,12 @@ coverage[toml]==7.6.1
# pytest-cov
dill==0.3.8
# via pylint
django==4.2.15
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
edx-lint==5.4.0
# via -r requirements/quality.in
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
future==1.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -98,7 +94,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pyjwkest==1.4.2
# via -r requirements/test.txt
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand All @@ -119,7 +115,7 @@ pytest==8.3.2
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -152,20 +148,8 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# pylint
# pytest
tomlkit==0.13.2
# via pylint
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
# astroid
# pylint
urllib3==2.2.2
# via
# -r requirements/test.txt
Expand Down
Loading
Loading