From c1ccc353fdec693aed3977ea6d95ce067f66638c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:05:51 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 9 updates Bumps the python-requirements group in /requirements with 9 updates: | Package | From | To | | --- | --- | --- | | [botocore](https://github.com/boto/botocore) | `1.35.71` | `1.35.90` | | [moto](https://github.com/getmoto/moto) | `5.0.21` | `5.0.25` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.389` | `1.1.391` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [types-boto3](https://github.com/youtype/mypy_boto3_builder) | `1.35.71.post1` | `1.35.90` | | [types-peewee](https://github.com/python/typeshed) | `3.17.8.20241117` | `3.17.8.20241229` | | [types-shapely](https://github.com/python/typeshed) | `2.0.0.20241112` | `2.0.0.20241221` | | [types-wtforms](https://github.com/python/typeshed) | `3.2.1.20241025` | `3.2.1.20241221` | Updates `botocore` from 1.35.71 to 1.35.90 - [Commits](https://github.com/boto/botocore/compare/1.35.71...1.35.90) Updates `moto` from 5.0.21 to 5.0.25 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/5.0.21...5.0.25) Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.1) Updates `pyright` from 1.1.389 to 1.1.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.389...v1.1.391) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `types-boto3` from 1.35.71.post1 to 1.35.90 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `types-peewee` from 3.17.8.20241117 to 3.17.8.20241229 - [Commits](https://github.com/python/typeshed/commits) Updates `types-shapely` from 2.0.0.20241112 to 2.0.0.20241221 - [Commits](https://github.com/python/typeshed/commits) Updates `types-wtforms` from 3.2.1.20241025 to 3.2.1.20241221 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: moto dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-peewee dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-shapely dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-wtforms dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 18 +++++++++--------- requirements/docs.txt | 6 +++--- requirements/tests.txt | 6 +++--- requirements/typing.txt | 18 +++++++++--------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 8d8ef849d..bcfc66761 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.90 # 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.25 # 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.391 # 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.35.90 # 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 3dbe1432f..cc2ad6cd8 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.90 # via # -r tests.in # boto3 @@ -64,7 +64,7 @@ mccabe==0.7.0 # via # flake8 # pylint -moto==5.0.21 +moto==5.0.25 # 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 d7f42f0f2..b6d2d4aab 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.90 # via # -r tests.in # boto3 @@ -52,7 +52,7 @@ mccabe==0.7.0 # via # flake8 # pylint -moto==5.0.21 +moto==5.0.25 # 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 10771bbb6..f61202871 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.90 # via # -r tests.in # boto3 @@ -55,9 +55,9 @@ mccabe==0.7.0 # via # flake8 # pylint -moto==5.0.21 +moto==5.0.25 # 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.391 # 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.35.90 # 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