diff --git a/poetry.lock b/poetry.lock index 3730ea4..731ee99 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.103" -description = "Type annotations for boto3 1.34.103 generated with mypy-boto3-builder 7.24.0" +version = "1.34.104" +description = "Type annotations for boto3 1.34.104 generated with mypy-boto3-builder 7.24.0" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.34.103-py3-none-any.whl", hash = "sha256:dd6f11c41662901083b1d8eff7e85111c976bda43166ec14fb46a91936575af6"}, - {file = "boto3_stubs-1.34.103.tar.gz", hash = "sha256:3313131273902a98046322f8c19925ecd532924eba64e9bfc0528d046aeb6d8c"}, + {file = "boto3_stubs-1.34.104-py3-none-any.whl", hash = "sha256:bbf1d3aa39d1b13632df4f6caf00677fe9abcf0a648d176d2822819bd490c52e"}, + {file = "boto3_stubs-1.34.104.tar.gz", hash = "sha256:1ac4269bba4b31d48241f02d2f06b4581fbbe61742dcee38315e01420c10315b"}, ] [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.103)", "botocore (==1.34.103)"] +boto3 = ["boto3 (==1.34.104)", "botocore (==1.34.104)"] 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 = "da61cd811884eb99c7c74b3d68462807ccb0581c1e1537c20c13982754d1fc10" +content-hash = "4ce6bd5f5b4fb098162c852a22d1a00da10c46010b10fe85b7e154ba5c6223cd" diff --git a/pyproject.toml b/pyproject.toml index 1cca7b1..54d63f8 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.103" +boto3-stubs = "1.34.104" botostubs = "0.15.1.23.10" flake8 = "7.0.0" flake8-bugbear = "24.4.26"