Skip to content
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 @@ -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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.10.1
coverage==7.10.4
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.18.0
filelock==3.19.1
# via
# tox
# 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.34.0
# via tox
16 changes: 8 additions & 8 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.11
# via -r requirements/test.txt
botocore==1.40.1
botocore==1.40.11
# 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.4
# 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 All @@ -119,7 +119,7 @@ edx-lint==5.6.0
# via
# -r requirements/dev.in
# -r requirements/quality.txt
filelock==3.18.0
filelock==3.19.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -178,7 +178,7 @@ packaging==25.0
# tox
path==16.16.0
# via edx-i18n-tools
pbr==6.1.1
pbr==7.0.0
# via
# -r requirements/quality.txt
# stevedore
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.34.0
# via
# -r requirements/ci.txt
# tox
Expand Down
12 changes: 6 additions & 6 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 @@ -137,7 +137,7 @@ kombu==5.5.4
# via
# -r requirements/base.txt
# celery
markdown-it-py==3.0.0
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
# via jinja2
Expand All @@ -161,7 +161,7 @@ packaging==25.0
# pydata-sphinx-theme
# sphinx
# twine
pbr==6.1.1
pbr==7.0.0
# via stevedore
picobox==4.0.0
# via sphinxcontrib-openapi
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
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
pbr==6.1.1
pbr==7.0.0
# via stevedore
platformdirs==4.3.8
# via pylint
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.11
# via -r requirements/test.in
botocore==1.40.1
botocore==1.40.11
# 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.4
# via pytest-cov
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down