diff --git a/python/poetry.lock b/python/poetry.lock index 524757ea..2b5f7ab9 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.76" -description = "Type annotations for boto3 1.35.76 generated with mypy-boto3-builder 8.5.0" +version = "1.35.77" +description = "Type annotations for boto3 1.35.77 generated with mypy-boto3-builder 8.6.2" optional = false python-versions = ">=3.8" files = [ - {file = "boto3_stubs-1.35.76-py3-none-any.whl", hash = "sha256:882f69f02cca48176fa3adf7f354fe64a65268423c9696871d0f4d098af35431"}, - {file = "boto3_stubs-1.35.76.tar.gz", hash = "sha256:32109b6a0c9720bf7c2e389655479c6dab4ee33c622e2cf2746c9e5ec527bae3"}, + {file = "boto3_stubs-1.35.77-py3-none-any.whl", hash = "sha256:e749e96a3c9908ef56a52a4c309c9c2c04ee44bd4f46491c0381b6bcb36320e9"}, + {file = "boto3_stubs-1.35.77.tar.gz", hash = "sha256:2800b7b83c9c414ac33018eb19bf3ede9d026d9220e7916ff9e6e6343e848b87"}, ] [package.dependencies] @@ -128,7 +128,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.76)", "botocore (==1.35.76)"] +boto3 = ["boto3 (==1.35.77)"] 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)"] @@ -239,7 +239,7 @@ forecastquery = ["mypy-boto3-forecastquery (>=1.35.0,<1.36.0)"] frauddetector = ["mypy-boto3-frauddetector (>=1.35.0,<1.36.0)"] freetier = ["mypy-boto3-freetier (>=1.35.0,<1.36.0)"] fsx = ["mypy-boto3-fsx (>=1.35.0,<1.36.0)"] -full = ["boto3-stubs-full"] +full = ["boto3-stubs-full (>=1.35.0,<1.36.0)"] gamelift = ["mypy-boto3-gamelift (>=1.35.0,<1.36.0)"] geo-maps = ["mypy-boto3-geo-maps (>=1.35.0,<1.36.0)"] geo-places = ["mypy-boto3-geo-places (>=1.35.0,<1.36.0)"] @@ -1376,4 +1376,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "dbf9b862fa8b1aa819f58a6f617c849c40f6f396bb19e8da8bf9c2408955d346" +content-hash = "6b697c5661cf521dd8e736b1ccef4f93cb6b69eb4e9684a47d2aade147edd6bc" diff --git a/python/pyproject.toml b/python/pyproject.toml index e110d24f..0c6a71ba 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ aws-lambda-typing = "^2.19.0" boto3 = "^1.35.77" structlog = "^24.1.0" chevron="^0.14.0" -boto3-stubs = {extras = ["essential"], version = "^1.35.76"} +boto3-stubs = {extras = ["essential"], version = "^1.35.77"} [tool.poetry.group.dev.dependencies] ipython = "^8.30.0"