From 2a0d2216015fd28a3311a0935f7db2ae72b0b9f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:26:32 +0000 Subject: [PATCH] Chore [deps:pip]: Bump boto3-stubs from 1.35.76 to 1.35.77 in /python Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.35.76 to 1.35.77. - [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 | 14 +++++++------- python/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index 6a82df17..7d3b3806 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.76" -description = "Type annotations for boto3 1.35.76 generated with mypy-boto3-builder 8.5.0" +version = "1.35.77" +description = "Type annotations for boto3 1.35.77 generated with mypy-boto3-builder 8.6.2" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.35.76-py3-none-any.whl", hash = "sha256:882f69f02cca48176fa3adf7f354fe64a65268423c9696871d0f4d098af35431"}, - {file = "boto3_stubs-1.35.76.tar.gz", hash = "sha256:32109b6a0c9720bf7c2e389655479c6dab4ee33c622e2cf2746c9e5ec527bae3"}, + {file = "boto3_stubs-1.35.77-py3-none-any.whl", hash = "sha256:e749e96a3c9908ef56a52a4c309c9c2c04ee44bd4f46491c0381b6bcb36320e9"}, + {file = "boto3_stubs-1.35.77.tar.gz", hash = "sha256:2800b7b83c9c414ac33018eb19bf3ede9d026d9220e7916ff9e6e6343e848b87"}, ] [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.76)", "botocore (==1.35.76)"] +boto3 = ["boto3 (==1.35.77)"] 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)"] @@ -239,7 +239,7 @@ forecastquery = ["mypy-boto3-forecastquery (>=1.35.0,<1.36.0)"] frauddetector = ["mypy-boto3-frauddetector (>=1.35.0,<1.36.0)"] freetier = ["mypy-boto3-freetier (>=1.35.0,<1.36.0)"] fsx = ["mypy-boto3-fsx (>=1.35.0,<1.36.0)"] -full = ["boto3-stubs-full"] +full = ["boto3-stubs-full (>=1.35.0,<1.36.0)"] gamelift = ["mypy-boto3-gamelift (>=1.35.0,<1.36.0)"] geo-maps = ["mypy-boto3-geo-maps (>=1.35.0,<1.36.0)"] geo-places = ["mypy-boto3-geo-places (>=1.35.0,<1.36.0)"] @@ -1376,4 +1376,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ed1e89121607020dd59cbfbb936edc7b01638548c69807620e2d2a4c42d3d7e8" +content-hash = "35fc3108db1ac023dbc059a5587ad5b885c71bd5a6acf02d173bee1acc765938" diff --git a/python/pyproject.toml b/python/pyproject.toml index ce7e0cce..2a653eba 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ aws-lambda-typing = "^2.19.0" boto3 = "^1.35.76" structlog = "^24.1.0" chevron="^0.14.0" -boto3-stubs = {extras = ["essential"], version = "^1.35.76"} +boto3-stubs = {extras = ["essential"], version = "^1.35.77"} [tool.poetry.group.dev.dependencies] ipython = "^8.30.0"