diff --git a/poetry.lock b/poetry.lock index c3ce3e48..ac5ff867 100644 --- a/poetry.lock +++ b/poetry.lock @@ -429,14 +429,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.43.10" -description = "Type annotations for boto3 1.43.10 generated with mypy-boto3-builder 8.12.0" +version = "1.43.16" +description = "Type annotations for boto3 1.43.16 generated with mypy-boto3-builder 8.12.0" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "boto3_stubs-1.43.10-py3-none-any.whl", hash = "sha256:0ce5dec421a45ef1b8ddd32e68d0b8bb78ea7447c5ddf8231420ccaa6e71e0f5"}, - {file = "boto3_stubs-1.43.10.tar.gz", hash = "sha256:05575658b827e7a12a45629e1a987317e1e679dccabe5ebde5a2101528c76cf8"}, + {file = "boto3_stubs-1.43.16-py3-none-any.whl", hash = "sha256:3d58c43bc59e32de9952ff51e7e8326941bd484b626277cec6e34aadde058356"}, + {file = "boto3_stubs-1.43.16.tar.gz", hash = "sha256:33e8d6e0e28c4596c5ea9afa484370f8b84cf02bcf211a3c082fdad7edb4aa54"}, ] [package.dependencies] @@ -498,7 +498,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.43.0,<1.44.0)"] billing = ["mypy-boto3-billing (>=1.43.0,<1.44.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.43.0,<1.44.0)"] -boto3 = ["boto3 (==1.43.10)"] +boto3 = ["boto3 (==1.43.16)"] braket = ["mypy-boto3-braket (>=1.43.0,<1.44.0)"] budgets = ["mypy-boto3-budgets (>=1.43.0,<1.44.0)"] ce = ["mypy-boto3-ce (>=1.43.0,<1.44.0)"] @@ -3719,4 +3719,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "4ec306478a471b8c6e80282f1d715d5c1f578eade33d57fd54c94fff3d4e8e53" +content-hash = "ecff7f9b7e2bb14bf646db664ea3c3f8e31c992535e0b69057f684e108fe62b4" diff --git a/pyproject.toml b/pyproject.toml index c1637f5d..a6d9a52c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ icmplib = "^3.0.3" packaging = "^26.2" [tool.poetry.group.dev.dependencies] -boto3-stubs = {extras = ["sns"], version = "^1.43.10"} +boto3-stubs = {extras = ["sns"], version = "^1.43.16"} codecov = "*" coverage = "*" mypy = "*"