From e10a8e2f411bf68877583c71b63a18f8cb626768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:39:59 +0000 Subject: [PATCH] Chore [deps:pip]: Bump boto3-stubs from 1.35.83 to 1.35.84 in /python (#638) Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.35.83 to 1.35.84. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 35207575..8a131ffe 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.83" -description = "Type annotations for boto3 1.35.83 generated with mypy-boto3-builder 8.6.4" +version = "1.35.84" +description = "Type annotations for boto3 1.35.84 generated with mypy-boto3-builder 8.6.4" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.35.83-py3-none-any.whl", hash = "sha256:34f2b32e4df5a5fc3551559803c679ffd8467b2ea5573f2946cc518e1ec7e4e9"}, - {file = "boto3_stubs-1.35.83.tar.gz", hash = "sha256:30b005e5188b5a5e193e90a8ad7b8637015c2d9d4508719bb9cb96d2ee24414a"}, + {file = "boto3_stubs-1.35.84-py3-none-any.whl", hash = "sha256:5091d008906993b3c38dae78abdce323584a6144229a89950012441adaa68f5c"}, + {file = "boto3_stubs-1.35.84.tar.gz", hash = "sha256:299d1c24ac5d1a545be6b36717b2d95d783685c4a81bbc7a5769a55271e610d6"}, ] [package.dependencies] @@ -129,7 +129,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.83)"] +boto3 = ["boto3 (==1.35.84)"] 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)"] @@ -1377,4 +1377,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "87ac56fbb14d58b2c16fa21811791b87b6079c2bed82397873718014203f1acf" +content-hash = "8e1e35650bb013633497234ca3bc04125845ee70c3e39dad86ad78df83353dee" diff --git a/python/pyproject.toml b/python/pyproject.toml index c9330bc2..06bc1538 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ aws-lambda-typing = "^2.19.0" boto3 = "^1.35.84" structlog = "^24.1.0" chevron="^0.14.0" -boto3-stubs = {extras = ["essential"], version = "^1.35.83"} +boto3-stubs = {extras = ["essential"], version = "^1.35.84"} [tool.poetry.group.dev.dependencies] ipython = "^8.30.0"