diff --git a/python/poetry.lock b/python/poetry.lock index 36eaaee3..7ae454b1 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.36.8" -description = "Type annotations for boto3 1.36.8 generated with mypy-boto3-builder 8.8.0" +version = "1.36.12" +description = "Type annotations for boto3 1.36.12 generated with mypy-boto3-builder 8.9.0" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.36.8-py3-none-any.whl", hash = "sha256:e48cb798ef85800f5e36184c2c9d8632cd8a2decce8c739a459a080182c06935"}, - {file = "boto3_stubs-1.36.8.tar.gz", hash = "sha256:f09fa1c8c62e0dddf3bcc405391a1212b1dee56d704378b383ff40f1ddc148db"}, + {file = "boto3_stubs-1.36.12-py3-none-any.whl", hash = "sha256:84ea0b281a37b363358364a87c2764cbe685166fc47bdac6d08c61bbfc13af50"}, + {file = "boto3_stubs-1.36.12.tar.gz", hash = "sha256:3637af3b29db13ec2349ef765f4e7fae7f09bb708c3b8bc93dd9a8113e3e4e9c"}, ] [package.dependencies] @@ -129,7 +129,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.36.0,<1.37.0)"] billing = ["mypy-boto3-billing (>=1.36.0,<1.37.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.36.0,<1.37.0)"] -boto3 = ["boto3 (==1.36.8)"] +boto3 = ["boto3 (==1.36.12)"] braket = ["mypy-boto3-braket (>=1.36.0,<1.37.0)"] budgets = ["mypy-boto3-budgets (>=1.36.0,<1.37.0)"] ce = ["mypy-boto3-ce (>=1.36.0,<1.37.0)"] @@ -1381,4 +1381,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3914523e51abb7938c5621a88168e7cccfdd521b28dc4d441302b07830d8b564" +content-hash = "dda5eb23a4623158c0bac06f3879d4b9505ea99c1fc3d798f6db1703901966e5" diff --git a/python/pyproject.toml b/python/pyproject.toml index 4d316e13..267809b1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ aws-lambda-typing = "^2.19.0" boto3 = "^1.36.8" structlog = "^24.1.0" chevron="^0.14.0" -boto3-stubs = {extras = ["essential"], version = "^1.36.8"} +boto3-stubs = {extras = ["essential"], version = "^1.36.12"} [tool.poetry.group.dev.dependencies] ipython = "^8.31.0"