diff --git a/python/poetry.lock b/python/poetry.lock index 10265048..8839d61b 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.88" -description = "Type annotations for boto3 1.35.88 generated with mypy-boto3-builder 8.7.0" +version = "1.35.90" +description = "Type annotations for boto3 1.35.90 generated with mypy-boto3-builder 8.7.0" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.35.88-py3-none-any.whl", hash = "sha256:088ac0bb8cf4911a3d5dd8d554a296d317929f5cabeacb062511d4959c1a68d7"}, - {file = "boto3_stubs-1.35.88.tar.gz", hash = "sha256:1160251c8cfcc581ced3f90d900be6395a596f97c6f143c665ea4edf75cda18c"}, + {file = "boto3_stubs-1.35.90-py3-none-any.whl", hash = "sha256:68f384c11267c0eac982e041e4af0bc88efae6816b8def74aca40de76acbd45d"}, + {file = "boto3_stubs-1.35.90.tar.gz", hash = "sha256:23a3834d51c603b808847df5dd56b6c75d9c39e897848e65570d86b415d5f469"}, ] [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.88)"] +boto3 = ["boto3 (==1.35.90)"] 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 = "587780cd59b84e0fdb92d8716eb7e54c9150d613a3051ca7071b3fd04e96f8fa" +content-hash = "110a8d0cde170c9fba41de7215b3a7231863a3469831fd4d2ae843e49fb1c9ac" diff --git a/python/pyproject.toml b/python/pyproject.toml index a4220189..031eb3af 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ aws-lambda-typing = "^2.19.0" boto3 = "^1.35.90" structlog = "^24.1.0" chevron="^0.14.0" -boto3-stubs = {extras = ["essential"], version = "^1.35.88"} +boto3-stubs = {extras = ["essential"], version = "^1.35.90"} [tool.poetry.group.dev.dependencies] ipython = "^8.31.0"