From 2042cf6d81b66c7ae3fec5c6647be2018246c1a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:22:40 +0000 Subject: [PATCH] Update dependency boto3-stubs to v1.35.19 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c0e7cf..1350c64 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.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] @@ -193,7 +193,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)"] @@ -1449,4 +1449,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6896793af58a8b25db9ae9446333b4d1fcee10a3ce78b6f3227b3cb7e819ff37" +content-hash = "077933df600871b4770ef3b0395aad1fe3c761954026fdc26a271de5b7405464" diff --git a/pyproject.toml b/pyproject.toml index ca8876b..5c6d00f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keyring = "25.2.1" [tool.poetry.dev-dependencies] black = "24.8.0" -boto3-stubs = "1.35.14" +boto3-stubs = "1.35.19" botostubs = "0.15.1.23.10" flake8 = "7.1.1" flake8-bugbear = "24.4.26"