From 55a9315f397cfd9295647e37505e666e1e18495c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 06:08:48 +0000 Subject: [PATCH] Bump boto3-stubs from 1.35.77 to 1.35.78 Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.35.77 to 1.35.78. - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: boto3-stubs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9f784687..7c3c8f3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiocron" @@ -376,13 +376,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.35.77" -description = "Type annotations for boto3 1.35.77 generated with mypy-boto3-builder 8.6.2" +version = "1.35.78" +description = "Type annotations for boto3 1.35.78 generated with mypy-boto3-builder 8.6.2" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.35.77-py3-none-any.whl", hash = "sha256:e749e96a3c9908ef56a52a4c309c9c2c04ee44bd4f46491c0381b6bcb36320e9"}, - {file = "boto3_stubs-1.35.77.tar.gz", hash = "sha256:2800b7b83c9c414ac33018eb19bf3ede9d026d9220e7916ff9e6e6343e848b87"}, + {file = "boto3_stubs-1.35.78-py3-none-any.whl", hash = "sha256:bb7824c09cbf868940b8d500e7f4ca99cb7e074c0f86771f832ce15c33a313bd"}, + {file = "boto3_stubs-1.35.78.tar.gz", hash = "sha256:5d023cf1fcc723dfdba29653e0ad9b9933985c813a25bc21807e21eab81e21b4"}, ] [package.dependencies] @@ -437,7 +437,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.35.0,<1.36.0)"] billing = ["mypy-boto3-billing (>=1.35.0,<1.36.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.35.0,<1.36.0)"] -boto3 = ["boto3 (==1.35.77)"] +boto3 = ["boto3 (==1.35.78)"] braket = ["mypy-boto3-braket (>=1.35.0,<1.36.0)"] budgets = ["mypy-boto3-budgets (>=1.35.0,<1.36.0)"] ce = ["mypy-boto3-ce (>=1.35.0,<1.36.0)"] @@ -4591,4 +4591,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">3.10.0,<3.13.0" -content-hash = "e872ef0975d809ca79417b46b4cd61d773fd04840337c5b51687a72523eb269e" +content-hash = "bb9495f16888b9bb23db4963889675b39471ba9d17df054f402e88bd7da34f21" diff --git a/pyproject.toml b/pyproject.toml index 87b1a204..a4465a4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest-httpx = "0.35.0" flake8 = ">=2.6.0" black = "24.10.0" types-aiofiles = ">=24.0,<25.0" -boto3-stubs = "1.35.77" +boto3-stubs = "1.35.78" bump2version = "1.0.1" pip = ">10.0.0"