From 261dbbb0cc725265781d6db8d974dd7b301e89e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:22:17 +0000 Subject: [PATCH] Bump boto3-stubs from 1.35.14 to 1.35.19 Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.35.14 to 1.35.19. - [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 | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index e265a81..e6743c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -153,13 +153,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.35.14" -description = "Type annotations for boto3 1.35.14 generated with mypy-boto3-builder 8.0.1" +version = "1.35.19" +description = "Type annotations for boto3 1.35.19 generated with mypy-boto3-builder 8.0.1" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.35.14-py3-none-any.whl", hash = "sha256:c9b3c92b5b9b1278ca03bbb942075c5f9378f4bd26d7bce3ab1068246b088928"}, - {file = "boto3_stubs-1.35.14.tar.gz", hash = "sha256:cfa0d7189862cbd02c6cef1c6ce597728340056687547e8a2c50d2033bf979b6"}, + {file = "boto3_stubs-1.35.19-py3-none-any.whl", hash = "sha256:6adace32995ae7b88675cf0bbde3b4f31876cbf57520db1ec1f392ac32660b4c"}, + {file = "boto3_stubs-1.35.19.tar.gz", hash = "sha256:c5842cd82d4a1570613f178831c2b6d1b60f511b87f56cc014f2a216c03ecf5a"}, ] [package.dependencies] @@ -212,7 +212,7 @@ bedrock-agent = ["mypy-boto3-bedrock-agent (>=1.35.0,<1.36.0)"] bedrock-agent-runtime = ["mypy-boto3-bedrock-agent-runtime (>=1.35.0,<1.36.0)"] bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.35.0,<1.36.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.35.0,<1.36.0)"] -boto3 = ["boto3 (==1.35.14)", "botocore (==1.35.14)"] +boto3 = ["boto3 (==1.35.19)", "botocore (==1.35.19)"] 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)"] @@ -2453,4 +2453,4 @@ aws = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "47c895157db83986f04bef4b8c79243468038d70bcc9abe8d9c02efc0f1f6e57" +content-hash = "727cdec961c2ad9561ee31dda10565fb9ab522e61195d6b83880d852d70147e6" diff --git a/pyproject.toml b/pyproject.toml index 7fd565d..7588587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ freezegun = "^1.5.1" black = "^24.8.0" boto3 = "^1.35.11" requests-wsgi-adapter = "^0.4.1" -boto3-stubs = {extras = ["s3", "dynamodb"], version = "^1.35.14"} +boto3-stubs = {extras = ["s3", "dynamodb"], version = "^1.35.19"} coverage = "^7.6.1" blinker = "^1.8.2"