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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==6.2.0
cachetools==6.2.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.10.7
coverage==7.11.0
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==25.4.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.40.50
boto3==1.40.55
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.50
botocore==1.40.55
# via
# -r requirements/test.txt
# boto3
Expand All @@ -34,7 +34,7 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.0
cachetools==6.2.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -66,7 +66,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -112,9 +112,9 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.140.3
hypothesis==6.142.1
# via -r requirements/test.txt
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
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.10.0
# via django
boto3==1.40.50
boto3==1.40.55
# via fs-s3fs
botocore==1.40.50
botocore==1.40.55
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.2
# via pydata-sphinx-theme
boto3==1.40.50
boto3==1.40.55
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.50
botocore==1.40.55
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2025.10.5
# via requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
django==4.2.25
# via
Expand All @@ -59,7 +59,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
idna==3.10
idna==3.11
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ astroid==3.3.11
# pylint-celery
attrs==25.4.0
# via hypothesis
boto3==1.40.50
boto3==1.40.55
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.50
botocore==1.40.55
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==6.2.0
cachetools==6.2.1
# via tox
chardet==5.2.0
# via
Expand All @@ -45,7 +45,7 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -82,9 +82,9 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.140.3
hypothesis==6.142.1
# via -r requirements/test.in
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isort==6.1.0
# via pylint
Expand Down