Skip to content

chore: Upgrade Python requirements #434

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

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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ django==4.2.23
# drf-yasg
django-model-utils==5.0.0
# via -r requirements/base.in
djangorestframework==3.16.0
djangorestframework==3.16.1
# via
# -r requirements/base.in
# drf-yasg
Expand Down
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.10.1
coverage==7.10.3
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.9.1
# via tox
tox==4.28.4
# via -r requirements/ci.in
virtualenv==20.33.0
virtualenv==20.33.1
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ billiard==4.2.1
# via
# -r requirements/test.txt
# celery
boto3==1.40.1
boto3==1.40.6
# via -r requirements/test.txt
botocore==1.40.1
botocore==1.40.6
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -81,7 +81,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.1
coverage[toml]==7.10.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -107,7 +107,7 @@ django-model-utils==5.0.0
# via -r requirements/test.txt
django-storages==1.14.6
# via -r requirements/test.txt
djangorestframework==3.16.0
djangorestframework==3.16.1
# via
# -r requirements/test.txt
# drf-yasg
Expand Down Expand Up @@ -212,7 +212,7 @@ pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
pylint==3.3.7
pylint==3.3.8
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -324,7 +324,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.33.0
virtualenv==20.33.1
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ certifi==2025.8.3
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
charset-normalizer==3.4.3
# via requests
click==8.2.1
# via
Expand All @@ -67,7 +67,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==45.0.5
cryptography==45.0.6
# via secretstorage
deepmerge==2.0
# via sphinxcontrib-openapi
Expand All @@ -82,7 +82,7 @@ django-model-utils==5.0.0
# via -r requirements/base.txt
django-rest-swagger==2.2.0
# via -r requirements/doc.in
djangorestframework==3.16.0
djangorestframework==3.16.1
# via
# -r requirements/base.txt
# django-rest-swagger
Expand Down Expand Up @@ -218,7 +218,7 @@ rich==14.1.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
rpds-py==0.26.0
rpds-py==0.27.0
# via
# jsonschema
# referencing
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# 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
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pycodestyle==2.14.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.3.7
pylint==3.3.8
# via
# edx-lint
# pylint-celery
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ billiard==4.2.1
# via
# -r requirements/base.txt
# celery
boto3==1.40.1
boto3==1.40.6
# via -r requirements/test.in
botocore==1.40.1
botocore==1.40.6
# via
# boto3
# s3transfer
Expand All @@ -45,7 +45,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
coverage[toml]==7.10.1
coverage[toml]==7.10.3
# via pytest-cov
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down