diff --git a/requirements/dev.txt b/requirements/dev.txt index a8a2fc889..36b4af643 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -29,11 +29,11 @@ binaryornot==0.4.4 # via # -r requirements/test.txt # cookiecutter -boto3==1.28.62 +boto3==1.28.63 # via # -r requirements/test.txt # fs-s3fs -botocore==1.31.62 +botocore==1.31.63 # via # -r requirements/test.txt # boto3 @@ -125,7 +125,7 @@ fs-s3fs==1.1.1 # -r requirements/test.txt # openedx-django-pyfs # xblock-sdk -hypothesis==6.87.3 +hypothesis==6.87.4 # via -r requirements/test.txt idna==3.4 # via @@ -234,7 +234,7 @@ py==1.11.0 # -r requirements/ci.txt # -r requirements/test.txt # tox -pycodestyle==2.11.0 +pycodestyle==2.11.1 # via -r requirements/test.txt pydantic==2.4.2 # via diff --git a/requirements/django.txt b/requirements/django.txt index 68fd6cb99..ed1c87a34 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -8,9 +8,9 @@ appdirs==1.4.4 # via # -r requirements/base.txt # fs -boto3==1.28.62 +boto3==1.28.63 # via fs-s3fs -botocore==1.31.62 +botocore==1.31.63 # via # boto3 # s3transfer diff --git a/requirements/doc.txt b/requirements/doc.txt index 8682c6f2a..8af8dec51 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -18,11 +18,11 @@ babel==2.13.0 # sphinx beautifulsoup4==4.12.2 # via pydata-sphinx-theme -boto3==1.28.62 +boto3==1.28.63 # via # -r requirements/django.txt # fs-s3fs -botocore==1.31.62 +botocore==1.31.63 # via # -r requirements/django.txt # boto3 diff --git a/requirements/test.txt b/requirements/test.txt index e0c0b9216..90f156e47 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -21,11 +21,11 @@ attrs==23.1.0 # via hypothesis binaryornot==0.4.4 # via cookiecutter -boto3==1.28.62 +boto3==1.28.63 # via # -r requirements/django.txt # fs-s3fs -botocore==1.31.62 +botocore==1.31.63 # via # -r requirements/django.txt # boto3 @@ -88,7 +88,7 @@ fs-s3fs==1.1.1 # -r requirements/django.txt # openedx-django-pyfs # xblock-sdk -hypothesis==6.87.3 +hypothesis==6.87.4 # via -r requirements/test.in idna==3.4 # via requests @@ -159,7 +159,7 @@ pluggy==1.3.0 # tox py==1.11.0 # via tox -pycodestyle==2.11.0 +pycodestyle==2.11.1 # via -r requirements/test.in pydantic==2.4.2 # via inflect