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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
coverage==7.13.4
coverage==7.13.5
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand All @@ -30,11 +30,11 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.3
python-discovery==1.2.0
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.1
tox==4.50.3
# via -r requirements/ci.in
virtualenv==21.2.0
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==4.0.4
# -r requirements/test.txt
# pylint
# pylint-celery
boto3==1.42.68
boto3==1.42.74
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.68
botocore==1.42.74
# via
# -r requirements/test.txt
# boto3
Expand All @@ -35,7 +35,7 @@ cachetools==7.0.5
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
chardet==7.1.0
chardet==7.3.0
# via
# -r requirements/test.txt
# diff-cover
Expand All @@ -51,7 +51,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -60,7 +60,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -222,15 +222,15 @@ pytest==9.0.2
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.txt
pytest-django==4.12.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# botocore
python-discovery==1.1.3
python-discovery==1.2.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -284,7 +284,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.49.1
tox==4.50.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.11.1
# via django
boto3==1.42.68
boto3==1.42.74
# via fs-s3fs
botocore==1.42.68
botocore==1.42.74
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.68
boto3==1.42.74
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.68
botocore==1.42.74
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2026.2.25
# via requests
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
django==5.2.12
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ astroid==4.0.4
# -r requirements/test.in
# pylint
# pylint-celery
boto3==1.42.68
boto3==1.42.74
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.68
botocore==1.42.74
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==7.0.5
# via tox
chardet==7.1.0
chardet==7.3.0
# via diff-cover
click==8.3.1
# via
Expand All @@ -37,11 +37,11 @@ click==8.3.1
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -162,15 +162,15 @@ pytest==9.0.2
# -r requirements/test.in
# pytest-cov
# pytest-django
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-django==4.12.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
# -r requirements/django.txt
# botocore
python-discovery==1.1.3
python-discovery==1.2.0
# via virtualenv
python-slugify==8.0.4
# via code-annotations
Expand Down Expand Up @@ -210,7 +210,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.49.1
tox==4.50.3
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand Down