From 019ce3320ba63efa93b2ef14f7cc10cf82e789cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:57:27 +0000 Subject: [PATCH] Update dependency boto3-stubs to v1.34.87 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 450f107..aabdc6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -136,13 +136,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.34.86" -description = "Type annotations for boto3 1.34.86 generated with mypy-boto3-builder 7.23.2" +version = "1.34.87" +description = "Type annotations for boto3 1.34.87 generated with mypy-boto3-builder 7.23.2" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.34.86-py3-none-any.whl", hash = "sha256:325b3c6a765aa9ffb0123c7700938f39560c37f9e5174f717749ffc9994ee34f"}, - {file = "boto3_stubs-1.34.86.tar.gz", hash = "sha256:d6b77891a52d5c160cc8c6a5958d96d54e2a964f881d65fa4b09dc85c376ef54"}, + {file = "boto3_stubs-1.34.87-py3-none-any.whl", hash = "sha256:f4475e79c212c8ef4925066d9e712f891dfb9304258be8b0ce283ec9235c12f1"}, + {file = "boto3_stubs-1.34.87.tar.gz", hash = "sha256:7c6202efc9b7df67d773c21844273003fa66c78d73ee4284e2ef4bf6bacc087a"}, ] [package.dependencies] @@ -193,7 +193,7 @@ bedrock-agent = ["mypy-boto3-bedrock-agent (>=1.34.0,<1.35.0)"] bedrock-agent-runtime = ["mypy-boto3-bedrock-agent-runtime (>=1.34.0,<1.35.0)"] bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.34.0,<1.35.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.34.0,<1.35.0)"] -boto3 = ["boto3 (==1.34.86)", "botocore (==1.34.86)"] +boto3 = ["boto3 (==1.34.87)", "botocore (==1.34.87)"] braket = ["mypy-boto3-braket (>=1.34.0,<1.35.0)"] budgets = ["mypy-boto3-budgets (>=1.34.0,<1.35.0)"] ce = ["mypy-boto3-ce (>=1.34.0,<1.35.0)"] @@ -1449,4 +1449,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7aca0d99473be8cc042af963945e141f580b043a4cda07d670e6fb2b99759353" +content-hash = "bea056c94bed131c46634c092ea4d5c6bb8363e97af8f9d44fa65d5795868526" diff --git a/pyproject.toml b/pyproject.toml index 7d5e336..16e6b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keyring = "25.1.0" [tool.poetry.dev-dependencies] black = "24.4.0" -boto3-stubs = "1.34.86" +boto3-stubs = "1.34.87" botostubs = "0.15.1.23.10" flake8 = "7.0.0" flake8-bugbear = "24.2.6"