diff --git a/python/poetry.lock b/python/poetry.lock index b3dfad1d..45328392 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 = "0c7380621cfd4c8177f2caf7dfc5edad8da60880315f60445c604176a16b589c" +content-hash = "70e9e21734b89ef330435ab76719ffa2d60a67e466eb301d9b6a9f5b1e04f637" diff --git a/python/pyproject.toml b/python/pyproject.toml index 93f7dc98..cb13717f 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"