From f97c37ca416e1f751b8377285022113371e95396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:46:50 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 2 updates Bumps the python-requirements group in /requirements with 2 updates: [botocore](https://github.com/boto/botocore) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `botocore` from 1.35.49 to 1.35.53 - [Commits](https://github.com/boto/botocore/compare/1.35.49...1.35.53) Updates `pyright` from 1.1.386 to 1.1.387 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.386...v1.1.387) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 9 +++++++-- requirements/docs.txt | 4 +++- requirements/tests.txt | 2 +- requirements/typing.txt | 5 +++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a4b4a85d0..6af58d0f3 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -31,7 +31,7 @@ boto3-stubs==1.35.49 # via # -r typing.txt # types-boto3 -botocore==1.35.49 +botocore==1.35.53 # via # -r docs.txt # -r tests.in @@ -228,7 +228,7 @@ pylint==3.2.7 # -r typing.txt pyproject-api==1.7.1 # via tox -pyright==1.1.386 +pyright==1.1.387 # via -r typing.txt pytest==8.3.3 # via @@ -247,6 +247,10 @@ python-dateutil==2.9.0.post0 # -r typing.txt # botocore # moto +pytz==2024.2 + # via + # -r docs.txt + # babel pyyaml==6.0.2 # via # -r docs.txt @@ -391,6 +395,7 @@ typing-extensions==4.12.2 # -r typing.txt # astroid # boto3-stubs + # botocore-stubs # mypy # pylint # pyright diff --git a/requirements/docs.txt b/requirements/docs.txt index 939c57df5..b9a56a0e8 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.49 +botocore==1.35.53 # via # -r tests.in # boto3 @@ -99,6 +99,8 @@ python-dateutil==2.9.0.post0 # via # botocore # moto +pytz==2024.2 + # via babel pyyaml==6.0.2 # via responses requests==2.32.3 diff --git a/requirements/tests.txt b/requirements/tests.txt index 5138077ca..aece7fea9 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.49 +botocore==1.35.53 # via # -r tests.in # boto3 diff --git a/requirements/typing.txt b/requirements/typing.txt index 49e0ec0de..9e3ba5184 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -12,7 +12,7 @@ boto3==1.35.49 # via moto boto3-stubs==1.35.49 # via types-boto3 -botocore==1.35.49 +botocore==1.35.53 # via # -r tests.in # boto3 @@ -83,7 +83,7 @@ pyflakes==3.2.0 # via flake8 pylint==3.2.7 # via -r tests.in -pyright==1.1.386 +pyright==1.1.387 # via -r typing.in pytest==8.3.3 # via @@ -154,6 +154,7 @@ typing-extensions==4.12.2 # via # astroid # boto3-stubs + # botocore-stubs # mypy # pylint # pyright