diff --git a/requirements/dev.txt b/requirements/dev.txt index 1f39b73c6..793f51dd7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -21,16 +21,16 @@ attrs==25.3.0 # via # -r requirements/test.txt # hypothesis -boto3==1.40.0 +boto3==1.40.1 # via # -r requirements/test.txt # fs-s3fs -botocore==1.40.0 +botocore==1.40.1 # via # -r requirements/test.txt # boto3 # s3transfer -build==1.2.2.post1 +build==1.3.0 # via # -r requirements/pip-tools.txt # pip-tools @@ -112,7 +112,7 @@ fs-s3fs==1.1.1 # via # -r requirements/test.txt # openedx-django-pyfs -hypothesis==6.136.6 +hypothesis==6.136.7 # via -r requirements/test.txt iniconfig==2.1.0 # via diff --git a/requirements/django.txt b/requirements/django.txt index a2a2182a6..c129dd449 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -10,9 +10,9 @@ appdirs==1.4.4 # fs asgiref==3.9.1 # via django -boto3==1.40.0 +boto3==1.40.1 # via fs-s3fs -botocore==1.40.0 +botocore==1.40.1 # via # boto3 # s3transfer diff --git a/requirements/doc.txt b/requirements/doc.txt index 94a604cc6..c4cc77e3f 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.40.0 +boto3==1.40.1 # via # -r requirements/django.txt # fs-s3fs -botocore==1.40.0 +botocore==1.40.1 # via # -r requirements/django.txt # boto3 diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 9caf9c53d..b19a4faaa 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,7 +4,7 @@ # # make upgrade # -build==1.2.2.post1 +build==1.3.0 # via pip-tools click==8.2.1 # via pip-tools diff --git a/requirements/pip.txt b/requirements/pip.txt index e109db2d0..a2c36f27e 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,7 +10,7 @@ wheel==0.45.1 # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via - # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt + # -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/pip.in setuptools==80.9.0 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index 0bc3e42c7..7266d3d50 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -19,11 +19,11 @@ astroid==3.3.11 # pylint-celery attrs==25.3.0 # via hypothesis -boto3==1.40.0 +boto3==1.40.1 # via # -r requirements/django.txt # fs-s3fs -botocore==1.40.0 +botocore==1.40.1 # via # -r requirements/django.txt # boto3 @@ -82,7 +82,7 @@ fs-s3fs==1.1.1 # via # -r requirements/django.txt # openedx-django-pyfs -hypothesis==6.136.6 +hypothesis==6.136.7 # via -r requirements/test.in iniconfig==2.1.0 # via pytest