diff --git a/requirements/dev.txt b/requirements/dev.txt index 78d45089e..c118f8654 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -27,7 +27,7 @@ boto3==1.35.49 # -r docs.txt # -r typing.txt # moto -botocore==1.35.71 +botocore==1.35.99 # via # -r docs.txt # -r tests.in @@ -147,12 +147,12 @@ mccabe==0.7.0 # -r typing.txt # flake8 # pylint -moto==5.0.21 +moto==5.0.26 # via # -r docs.txt # -r tests.in # -r typing.txt -mypy==1.13.0 +mypy==1.14.1 # via -r typing.txt mypy-extensions==1.0.0 # via @@ -224,9 +224,9 @@ pylint==3.2.7 # -r typing.txt pyproject-api==1.7.1 # via tox -pyright==1.1.389 +pyright==1.1.392.post0 # via -r typing.txt -pytest==8.3.3 +pytest==8.3.4 # via # -r docs.txt # -r tests.in @@ -343,7 +343,7 @@ types-awscrt==0.23.0 # botocore-stubs types-beautifulsoup4==4.12.0.20241020 # via -r typing.txt -types-boto3==1.35.71.post1 +types-boto3==1.36.2 # via -r typing.txt types-click==7.1.8 # via @@ -365,7 +365,7 @@ types-markupsafe==1.1.10 # via # -r typing.txt # types-jinja2 -types-peewee==3.17.8.20241117 +types-peewee==3.17.8.20241229 # via -r typing.txt types-pillow==10.2.0.20240822 # via -r typing.txt @@ -373,7 +373,7 @@ types-s3transfer==0.10.3 # via # -r typing.txt # types-boto3 -types-shapely==2.0.0.20241112 +types-shapely==2.0.0.20241221 # via -r typing.txt types-sqlalchemy==1.4.53.38 # via @@ -383,7 +383,7 @@ types-werkzeug==1.0.9 # via # -r typing.txt # types-flask -types-wtforms==3.2.1.20241025 +types-wtforms==3.2.1.20241221 # via -r typing.txt typing-extensions==4.12.2 # via diff --git a/requirements/docs.txt b/requirements/docs.txt index eb6057c81..f43b5f583 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -14,7 +14,7 @@ beautifulsoup4==4.12.3 # via -r tests.in boto3==1.35.49 # via moto -botocore==1.35.71 +botocore==1.35.99 # via # -r tests.in # boto3 @@ -64,7 +64,7 @@ mccabe==0.7.0 # via # flake8 # pylint -moto==5.0.21 +moto==5.0.26 # via -r tests.in packaging==24.1 # via @@ -89,7 +89,7 @@ pygments==2.18.0 # via sphinx pylint==3.2.7 # via -r tests.in -pytest==8.3.3 +pytest==8.3.4 # via # -r tests.in # pytest-cov diff --git a/requirements/tests.txt b/requirements/tests.txt index 68afe7267..2fd205954 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -10,7 +10,7 @@ beautifulsoup4==4.12.3 # via -r tests.in boto3==1.35.49 # via moto -botocore==1.35.71 +botocore==1.35.99 # via # -r tests.in # boto3 @@ -52,7 +52,7 @@ mccabe==0.7.0 # via # flake8 # pylint -moto==5.0.21 +moto==5.0.26 # via -r tests.in packaging==24.1 # via pytest @@ -70,7 +70,7 @@ pyflakes==3.2.0 # via flake8 pylint==3.2.7 # via -r tests.in -pytest==8.3.3 +pytest==8.3.4 # via # -r tests.in # pytest-cov diff --git a/requirements/typing.txt b/requirements/typing.txt index fa0ea828a..ea407a159 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -10,7 +10,7 @@ beautifulsoup4==4.12.3 # via -r tests.in boto3==1.35.49 # via moto -botocore==1.35.71 +botocore==1.35.99 # via # -r tests.in # boto3 @@ -55,9 +55,9 @@ mccabe==0.7.0 # via # flake8 # pylint -moto==5.0.21 +moto==5.0.26 # via -r tests.in -mypy==1.13.0 +mypy==1.14.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -81,9 +81,9 @@ pyflakes==3.2.0 # via flake8 pylint==3.2.7 # via -r tests.in -pyright==1.1.389 +pyright==1.1.392.post0 # via -r typing.in -pytest==8.3.3 +pytest==8.3.4 # via # -r tests.in # -r typing.in @@ -120,7 +120,7 @@ types-awscrt==0.23.0 # via botocore-stubs types-beautifulsoup4==4.12.0.20241020 # via -r typing.in -types-boto3==1.35.71.post1 +types-boto3==1.36.2 # via -r typing.in types-click==7.1.8 # via types-flask @@ -134,19 +134,19 @@ types-jinja2==2.11.9 # via types-flask types-markupsafe==1.1.10 # via types-jinja2 -types-peewee==3.17.8.20241117 +types-peewee==3.17.8.20241229 # via -r typing.in types-pillow==10.2.0.20240822 # via -r typing.in types-s3transfer==0.10.3 # via types-boto3 -types-shapely==2.0.0.20241112 +types-shapely==2.0.0.20241221 # via -r typing.in types-sqlalchemy==1.4.53.38 # via types-flask-sqlalchemy types-werkzeug==1.0.9 # via types-flask -types-wtforms==3.2.1.20241025 +types-wtforms==3.2.1.20241221 # via -r typing.in typing-extensions==4.12.2 # via