diff --git a/requirements/dev.txt b/requirements/dev.txt index 90bc4d0..ff9f826 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,9 +8,9 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -boto3==1.34.2 +boto3==1.34.11 # via fs-s3fs -botocore==1.34.2 +botocore==1.34.11 # via # boto3 # s3transfer @@ -40,7 +40,7 @@ fs==2.4.16 # fs-s3fs fs-s3fs==1.1.1 # via -r requirements/base.in -importlib-metadata==7.0.0 +importlib-metadata==7.0.1 # via build jmespath==1.0.1 # via @@ -67,7 +67,7 @@ python-dateutil==2.8.2 # via botocore pytz==2023.3.post1 # via django -s3transfer==0.9.0 +s3transfer==0.10.0 # via boto3 six==1.16.0 # via diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index cdc5c03..b0abdab 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -8,7 +8,7 @@ build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools -importlib-metadata==7.0.0 +importlib-metadata==7.0.1 # via build packaging==23.2 # via build diff --git a/requirements/pip.txt b/requirements/pip.txt index 26eeb76..21283b7 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,5 +10,5 @@ wheel==0.42.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.2 # via -r requirements/pip.in -setuptools==69.0.2 +setuptools==69.0.3 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index 3b9c607..c699b68 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -16,12 +16,12 @@ astroid==3.0.2 # via # pylint # pylint-celery -boto3==1.34.2 +boto3==1.34.11 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.34.2 +botocore==1.34.11 # via # -r requirements/test.txt # boto3 @@ -48,7 +48,7 @@ click-log==0.4.0 # via edx-lint code-annotations==1.5.0 # via edx-lint -coverage[toml]==7.3.3 +coverage[toml]==7.4.0 # via # -r requirements/test.txt # coverage @@ -82,7 +82,7 @@ idna==3.6 # via # -r requirements/test.txt # requests -importlib-metadata==7.0.0 +importlib-metadata==7.0.1 # via # keyring # twine @@ -175,7 +175,7 @@ pylint-plugin-utils==0.8.2 # pylint-django pypng==0.20220715.0 # via -r requirements/test.txt -pytest==7.4.3 +pytest==7.4.4 # via # -r requirements/test.txt # pytest-cov @@ -219,7 +219,7 @@ rfc3986==2.0.0 # via twine rich==13.7.0 # via twine -s3transfer==0.9.0 +s3transfer==0.10.0 # via # -r requirements/test.txt # boto3 diff --git a/requirements/test.txt b/requirements/test.txt index b4954be..8ae5f67 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,11 +8,11 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -boto3==1.34.2 +boto3==1.34.11 # via # fs-s3fs # moto -botocore==1.34.2 +botocore==1.34.11 # via # boto3 # moto @@ -23,7 +23,7 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -coverage[toml]==7.3.3 +coverage[toml]==7.4.0 # via # coverage # pytest-cov @@ -66,7 +66,7 @@ pycparser==2.21 # via cffi pypng==0.20220715.0 # via -r requirements/test.in -pytest==7.4.3 +pytest==7.4.4 # via # -r requirements/test.in # pytest-cov @@ -89,7 +89,7 @@ requests==2.31.0 # responses responses==0.24.1 # via moto -s3transfer==0.9.0 +s3transfer==0.10.0 # via boto3 six==1.16.0 # via