From 0553532d8c45a5b52c96de0c9879c3bbc0cf3f31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 18:30:09 +0000 Subject: [PATCH] Update dependency boto3-stubs to v1.34.96 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4492b4e..7f47cf1 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.95" -description = "Type annotations for boto3 1.34.95 generated with mypy-boto3-builder 7.24.0" +version = "1.34.96" +description = "Type annotations for boto3 1.34.96 generated with mypy-boto3-builder 7.24.0" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.34.95-py3-none-any.whl", hash = "sha256:4fb5830626de42446c238ca72ca1a53e461281396007fb900edf50ceeb044a10"}, - {file = "boto3_stubs-1.34.95.tar.gz", hash = "sha256:412006b27ee707e9b51a084b02ac92b143af8a3b56727582afec2a76ce93c3b6"}, + {file = "boto3_stubs-1.34.96-py3-none-any.whl", hash = "sha256:131941815ee2c3008f3711f1ef284f321052fd6cb1d98a02cfa88e932d3a2b80"}, + {file = "boto3_stubs-1.34.96.tar.gz", hash = "sha256:824a62997184e39c0fdf887b242c44a1d69ab87e2154c2b31d50c64afa8a4fc5"}, ] [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.95)", "botocore (==1.34.95)"] +boto3 = ["boto3 (==1.34.96)", "botocore (==1.34.96)"] 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)"] @@ -1450,4 +1450,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cad0c7f02d24fa224198b35843b4c505a13a02008df5d68bc21aaf5629e8178e" +content-hash = "a008b13e41737b02a87ea574e243b8087466082ff6f809ccf9a8089aefa03112" diff --git a/pyproject.toml b/pyproject.toml index 11e1aa2..0d968b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keyring = "25.1.0" [tool.poetry.dev-dependencies] black = "24.4.2" -boto3-stubs = "1.34.95" +boto3-stubs = "1.34.96" botostubs = "0.15.1.23.10" flake8 = "7.0.0" flake8-bugbear = "24.4.21"