From e5a621ac990dd0b5bb39660633bdff20825538ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:46:16 +0000 Subject: [PATCH] Chore [deps:pip]: Bump boto3-stubs from 1.35.78 to 1.35.79 in /python Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.35.78 to 1.35.79. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/poetry.lock | 12 ++++++------ python/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index 5787c75b..dd079853 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -61,13 +61,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.35.78" -description = "Type annotations for boto3 1.35.78 generated with mypy-boto3-builder 8.6.2" +version = "1.35.79" +description = "Type annotations for boto3 1.35.79 generated with mypy-boto3-builder 8.6.3" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.35.78-py3-none-any.whl", hash = "sha256:bb7824c09cbf868940b8d500e7f4ca99cb7e074c0f86771f832ce15c33a313bd"}, - {file = "boto3_stubs-1.35.78.tar.gz", hash = "sha256:5d023cf1fcc723dfdba29653e0ad9b9933985c813a25bc21807e21eab81e21b4"}, + {file = "boto3_stubs-1.35.79-py3-none-any.whl", hash = "sha256:7ef170cf8771f7abacbb144bf11c4339932b1908762904ab26da8983a38cd3d8"}, + {file = "boto3_stubs-1.35.79.tar.gz", hash = "sha256:a23915229d9c49aedfc3a377499ca39b8fd1ccb1424f38755e30fb9f548ea006"}, ] [package.dependencies] @@ -128,7 +128,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.78)"] +boto3 = ["boto3 (==1.35.79)"] 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)"] @@ -1376,4 +1376,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "18f6b0bd6168e7955768dbb06b6c3ca6e7d126d95b25e97041c3913c3e58b5e0" +content-hash = "a8ed5321f7be58179e76b346d63c94a16225b64db11ff354effbe230fc9d6156" diff --git a/python/pyproject.toml b/python/pyproject.toml index b12cd4f3..f390be8d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ aws-lambda-typing = "^2.19.0" boto3 = "^1.35.78" structlog = "^24.1.0" chevron="^0.14.0" -boto3-stubs = {extras = ["essential"], version = "^1.35.78"} +boto3-stubs = {extras = ["essential"], version = "^1.35.79"} [tool.poetry.group.dev.dependencies] ipython = "^8.30.0"