diff --git a/poetry.lock b/poetry.lock index f6187c51..c3b52eb8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,14 +395,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.40.47" -description = "Type annotations for boto3 1.40.47 generated with mypy-boto3-builder 8.11.0" +version = "1.40.48" +description = "Type annotations for boto3 1.40.48 generated with mypy-boto3-builder 8.11.0" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "boto3_stubs-1.40.47-py3-none-any.whl", hash = "sha256:77b0caa066ff407eaf7a8fced06b6a9d929f970c0b166e15dc09af17e683b3b7"}, - {file = "boto3_stubs-1.40.47.tar.gz", hash = "sha256:643ee24bf8b7651130e99e152380566bd34ab35d102f594f3336ba61cc9e7aec"}, + {file = "boto3_stubs-1.40.48-py3-none-any.whl", hash = "sha256:3091ff8d7d6f8ba81236510ded9019230034d229ecf2f08ddec635199a475262"}, + {file = "boto3_stubs-1.40.48.tar.gz", hash = "sha256:f384d86ae5284285415835a769e6bbdffb6e9d91073fdf4260c10ad222997616"}, ] [package.dependencies] @@ -465,7 +465,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.40.0,<1.41.0)"] billing = ["mypy-boto3-billing (>=1.40.0,<1.41.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.40.0,<1.41.0)"] -boto3 = ["boto3 (==1.40.47)"] +boto3 = ["boto3 (==1.40.48)"] braket = ["mypy-boto3-braket (>=1.40.0,<1.41.0)"] budgets = ["mypy-boto3-budgets (>=1.40.0,<1.41.0)"] ce = ["mypy-boto3-ce (>=1.40.0,<1.41.0)"] @@ -3466,4 +3466,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "e4e78264e77946a1072bb177777dd585ed87a8e741847ac28d1de78764612f69" +content-hash = "5f081bba0db16e624ae7ddbe006ff4a48a2b91a848034e87b2b0f9689c6f0a6d" diff --git a/pyproject.toml b/pyproject.toml index 6c87e6ae..41a384bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pyaarlo = ">=0.7.1.3,<0.9.0.0" icmplib = "^3.0.3" [tool.poetry.group.dev.dependencies] -boto3-stubs = {extras = ["sns"], version = "^1.40.47"} +boto3-stubs = {extras = ["sns"], version = "^1.40.48"} codecov = "*" coverage = "*" mypy = "*"