diff --git a/poetry.lock b/poetry.lock index c3ce3e48..6e90d98a 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.15" +description = "Type annotations for boto3 1.43.15 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.15-py3-none-any.whl", hash = "sha256:f0d5a7dfc31e18abaf5384b3f5441c217bc8167acf2c6c6385a81f11b8716fdf"}, + {file = "boto3_stubs-1.43.15.tar.gz", hash = "sha256:1feaa38f13d536b79402a5bc4a8c6cce7893483aa31c65c9db5817c4c5faa30a"}, ] [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.15)"] 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 = "2bd170facea08b9759b5a300d32428707c140c516057ebbc6527228f63ecd34f" diff --git a/pyproject.toml b/pyproject.toml index c1637f5d..f11253bf 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.15"} codecov = "*" coverage = "*" mypy = "*"