Skip to content

chore: Upgrade Python requirements #136

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

Merged
merged 1 commit into from
Feb 7, 2025
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via tox
chardet==5.2.0
# via tox
Expand All @@ -14,7 +14,7 @@ coverage==7.6.10
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -28,9 +28,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.29.1
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.0
cachetools==5.5.1
# via
# -r requirements/ci.txt
# tox
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -59,7 +59,7 @@ coverage[toml]==7.6.10
# -r requirements/ci.txt
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.2.1
diff-cover==9.2.2
# via -r requirements/dev.in
dill==0.3.9
# via
Expand All @@ -76,9 +76,9 @@ django==4.2.18
# edx-i18n-tools
edx-i18n-tools==1.6.3
# via -r requirements/dev.in
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/quality.txt
filelock==3.16.1
filelock==3.17.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -95,7 +95,7 @@ iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -129,7 +129,7 @@ packaging==24.2
# tox
path==16.16.0
# via edx-i18n-tools
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/quality.txt
# stevedore
Expand Down Expand Up @@ -163,7 +163,7 @@ pygments==2.19.1
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
pylint==3.3.3
pylint==3.3.4
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -183,7 +183,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.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 @@ -239,7 +239,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.txt
urllib3==2.2.3
# via
Expand Down
16 changes: 10 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
babel==2.16.0
babel==2.17.0
# via sphinx
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.2.post1
# via -r requirements/doc.in
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -54,6 +54,8 @@ future==1.0.0
# via
# -r requirements/test.txt
# pyjwkest
id==1.5.0
# via twine
idna==3.10
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -104,12 +106,10 @@ packaging==24.2
# pytest
# sphinx
# twine
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.12.0
# via twine
pluggy==1.5.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -152,6 +152,7 @@ readme-renderer==44.0
requests==2.32.3
# via
# -r requirements/test.txt
# id
# pyjwkest
# requests-toolbelt
# sphinx
Expand Down Expand Up @@ -199,7 +200,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
twine==6.0.1
twine==6.1.0
# via -r requirements/doc.in
urllib3==2.2.3
# via
Expand All @@ -209,3 +210,6 @@ urllib3==2.2.3
# twine
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
13 changes: 8 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.3.8
# via
# pylint
# pylint-celery
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -42,7 +42,7 @@ django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/quality.in
future==1.0.0
# via
Expand All @@ -56,7 +56,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/quality.in
# pylint
Expand All @@ -74,7 +74,7 @@ packaging==24.2
# via
# -r requirements/test.txt
# pytest
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
Expand All @@ -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.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -155,3 +155,6 @@ urllib3==2.2.3
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
7 changes: 5 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -41,7 +41,7 @@ markupsafe==3.0.2
# via jinja2
packaging==24.2
# via pytest
pbr==6.1.0
pbr==6.1.1
# via stevedore
pluggy==1.5.0
# via pytest
Expand Down Expand Up @@ -84,3 +84,6 @@ urllib3==2.2.3
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading