diff --git a/python/poetry.lock b/python/poetry.lock index 0fd9a07b..8cb679eb 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.87" -description = "Type annotations for boto3 1.35.87 generated with mypy-boto3-builder 8.7.0" +version = "1.35.88" +description = "Type annotations for boto3 1.35.88 generated with mypy-boto3-builder 8.7.0" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.35.87-py3-none-any.whl", hash = "sha256:76bb623169ee670ca04c07ccdde5218380b7ccc9803b2730e90e436fb42f4298"}, - {file = "boto3_stubs-1.35.87.tar.gz", hash = "sha256:85c1a54f30e33b5ab3946133275bef3fce1f7ae8fd97525532310f573bd0e38e"}, + {file = "boto3_stubs-1.35.88-py3-none-any.whl", hash = "sha256:088ac0bb8cf4911a3d5dd8d554a296d317929f5cabeacb062511d4959c1a68d7"}, + {file = "boto3_stubs-1.35.88.tar.gz", hash = "sha256:1160251c8cfcc581ced3f90d900be6395a596f97c6f143c665ea4edf75cda18c"}, ] [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.87)"] +boto3 = ["boto3 (==1.35.88)"] 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 = "416f3d2ca1a18708791758444b31475fb58b30caa25f5b93786b3c7757545cd6" +content-hash = "dcd98f1d881ef9b43e61d66eccb0fcd05720f78c821f3748eec9eefa7230fc47" diff --git a/python/pyproject.toml b/python/pyproject.toml index aa0f36c2..b6074e69 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ aws-lambda-typing = "^2.19.0" boto3 = "^1.35.87" structlog = "^24.1.0" chevron="^0.14.0" -boto3-stubs = {extras = ["essential"], version = "^1.35.87"} +boto3-stubs = {extras = ["essential"], version = "^1.35.88"} [tool.poetry.group.dev.dependencies] ipython = "^8.31.0"