diff --git a/requirements/ci.txt b/requirements/ci.txt index ddf9c71cf..9b0905d88 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -4,13 +4,13 @@ # # make upgrade # -cachetools==5.5.2 +cachetools==6.0.0 # via tox chardet==5.2.0 # via tox colorama==0.4.6 # via tox -coverage==7.8.0 +coverage==7.8.2 # via -r requirements/ci.in distlib==0.3.9 # via virtualenv diff --git a/requirements/dev.txt b/requirements/dev.txt index 4425fa293..50c85b4c7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -21,11 +21,11 @@ attrs==25.3.0 # via # -r requirements/test.txt # hypothesis -boto3==1.38.18 +boto3==1.38.23 # via # -r requirements/test.txt # fs-s3fs -botocore==1.38.18 +botocore==1.38.23 # via # -r requirements/test.txt # boto3 @@ -34,7 +34,7 @@ build==1.2.2.post1 # via # -r requirements/pip-tools.txt # pip-tools -cachetools==5.5.2 +cachetools==6.0.0 # via # -r requirements/ci.txt # -r requirements/test.txt @@ -45,7 +45,7 @@ chardet==5.2.0 # -r requirements/test.txt # diff-cover # tox -click==8.2.0 +click==8.2.1 # via # -r requirements/pip-tools.txt # -r requirements/test.txt @@ -66,14 +66,14 @@ colorama==0.4.6 # -r requirements/ci.txt # -r requirements/test.txt # tox -coverage[toml]==7.8.0 +coverage[toml]==7.8.2 # via # -r requirements/ci.txt # -r requirements/test.txt # pytest-cov ddt==1.7.2 # via -r requirements/test.txt -diff-cover==9.2.4 +diff-cover==9.3.0 # via -r requirements/test.txt dill==0.4.0 # via @@ -112,7 +112,7 @@ fs-s3fs==1.1.1 # via # -r requirements/test.txt # openedx-django-pyfs -hypothesis==6.131.18 +hypothesis==6.131.27 # via -r requirements/test.txt iniconfig==2.1.0 # via @@ -245,7 +245,7 @@ pyyaml==6.0.2 # via # -r requirements/test.txt # code-annotations -s3transfer==0.12.0 +s3transfer==0.13.0 # via # -r requirements/test.txt # boto3 diff --git a/requirements/django.txt b/requirements/django.txt index 3093e9e45..e1ff7e865 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -10,9 +10,9 @@ appdirs==1.4.4 # fs asgiref==3.8.1 # via django -boto3==1.38.18 +boto3==1.38.23 # via fs-s3fs -botocore==1.38.18 +botocore==1.38.23 # via # boto3 # s3transfer @@ -66,7 +66,7 @@ pytz==2025.2 # via -r requirements/base.txt pyyaml==6.0.2 # via -r requirements/base.txt -s3transfer==0.12.0 +s3transfer==0.13.0 # via boto3 simplejson==3.20.1 # via -r requirements/base.txt diff --git a/requirements/doc.txt b/requirements/doc.txt index ba6e7c65d..ab5800aee 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -22,11 +22,11 @@ babel==2.17.0 # sphinx beautifulsoup4==4.13.4 # via pydata-sphinx-theme -boto3==1.38.18 +boto3==1.38.23 # via # -r requirements/django.txt # fs-s3fs -botocore==1.38.18 +botocore==1.38.23 # via # -r requirements/django.txt # boto3 @@ -116,7 +116,7 @@ requests==2.32.3 # via sphinx roman-numerals-py==3.1.0 # via sphinx -s3transfer==0.12.0 +s3transfer==0.13.0 # via # -r requirements/django.txt # boto3 diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index bf361d6fb..990b4234f 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -6,7 +6,7 @@ # build==1.2.2.post1 # via pip-tools -click==8.2.0 +click==8.2.1 # via pip-tools packaging==25.0 # via build diff --git a/requirements/pip.txt b/requirements/pip.txt index 4497584bc..efeab2ecf 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -12,5 +12,5 @@ pip==24.2 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/pip.in -setuptools==80.7.1 +setuptools==80.8.0 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index 7ee126490..7ab9d507b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -19,22 +19,22 @@ astroid==3.3.10 # pylint-celery attrs==25.3.0 # via hypothesis -boto3==1.38.18 +boto3==1.38.23 # via # -r requirements/django.txt # fs-s3fs -botocore==1.38.18 +botocore==1.38.23 # via # -r requirements/django.txt # boto3 # s3transfer -cachetools==5.5.2 +cachetools==6.0.0 # via tox chardet==5.2.0 # via # diff-cover # tox -click==8.2.0 +click==8.2.1 # via # click-log # code-annotations @@ -45,13 +45,13 @@ code-annotations==2.3.0 # via edx-lint colorama==0.4.6 # via tox -coverage[toml]==7.8.0 +coverage[toml]==7.8.2 # via # -r requirements/test.in # pytest-cov ddt==1.7.2 # via -r requirements/test.in -diff-cover==9.2.4 +diff-cover==9.3.0 # via -r requirements/test.in dill==0.4.0 # via pylint @@ -82,7 +82,7 @@ fs-s3fs==1.1.1 # via # -r requirements/django.txt # openedx-django-pyfs -hypothesis==6.131.18 +hypothesis==6.131.27 # via -r requirements/test.in iniconfig==2.1.0 # via pytest @@ -181,7 +181,7 @@ pyyaml==6.0.2 # via # -r requirements/django.txt # code-annotations -s3transfer==0.12.0 +s3transfer==0.13.0 # via # -r requirements/django.txt # boto3