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

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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inflection==0.5.1
# via drf-yasg
packaging==24.1
# via drf-yasg
pytz==2024.1
pytz==2024.2
# via drf-yasg
pyyaml==6.0.2
# via drf-yasg
Expand All @@ -32,5 +32,5 @@ uritemplate==4.1.1
# via drf-yasg

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/base.in
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.in
virtualenv==20.26.4
virtualenv==20.26.5
# via tox
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ edx-i18n-tools==1.6.3
# via -r requirements/dev.in
edx-lint==5.4.0
# via -r requirements/quality.txt
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/ci.txt
# tox
# virtualenv
idna==3.8
idna==3.10
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -149,7 +149,7 @@ jinja2==3.1.4
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==25.3.0
keyring==25.4.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -206,7 +206,7 @@ pkginfo==1.10.0
# via
# -r requirements/quality.txt
# twine
platformdirs==4.3.2
platformdirs==4.3.6
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -256,7 +256,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -265,7 +265,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -278,7 +278,7 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/quality.txt
# drf-yasg
Expand All @@ -305,7 +305,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.8.0
rich==13.8.1
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -337,36 +337,36 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
uritemplate==4.1.1
# via
# -r requirements/quality.txt
# drf-yasg
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.26.4
virtualenv==20.26.5
# via
# -r requirements/ci.txt
# tox
wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.20.1
zipp==3.20.2
# via
# -r requirements/quality.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==74.1.2
setuptools==75.1.0
# via
# -r requirements/quality.txt
# pip-tools
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ docutils==0.21.2
# sphinx
drf-yasg==1.21.7
# via -r requirements/test.txt
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand All @@ -81,7 +81,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.4
# via sphinx
keyring==25.3.0
keyring==25.4.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -122,7 +122,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -131,7 +131,7 @@ pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
# via -r requirements/test.txt
pytz==2024.1
pytz==2024.2
# via
# -r requirements/test.txt
# drf-yasg
Expand All @@ -154,7 +154,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -195,13 +195,13 @@ uritemplate==4.1.1
# via
# -r requirements/test.txt
# drf-yasg
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# twine
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/test.txt
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==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ drf-yasg==1.21.7
# via -r requirements/test.txt
edx-lint==5.4.0
# via -r requirements/quality.in
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand Down Expand Up @@ -83,7 +83,7 @@ jeepney==0.8.0
# 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 @@ -108,7 +108,7 @@ pbr==6.1.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.3.2
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via
Expand Down Expand Up @@ -138,7 +138,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -149,7 +149,7 @@ pytest-django==4.9.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
pytz==2024.2
# via
# -r requirements/test.txt
# drf-yasg
Expand All @@ -168,7 +168,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -192,13 +192,13 @@ uritemplate==4.1.1
# via
# -r requirements/test.txt
# drf-yasg
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# twine
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/test.txt
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ packaging==24.1
# pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.9.0
# via -r requirements/test.in
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# drf-yasg
Expand All @@ -59,5 +59,5 @@ uritemplate==4.1.1
# drf-yasg

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/base.txt