diff --git a/poetry.lock b/poetry.lock index ff7b02d4d58..0f5da59a33b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1862,13 +1862,13 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.12\""} [[package]] name = "mypy-boto3-cloudwatch" -version = "1.33.0" -description = "Type annotations for boto3.CloudWatch 1.33.0 service generated with mypy-boto3-builder 7.20.3" +version = "1.33.11" +description = "Type annotations for boto3.CloudWatch 1.33.11 service generated with mypy-boto3-builder 7.21.0" optional = false python-versions = ">=3.7" files = [ - {file = "mypy-boto3-cloudwatch-1.33.0.tar.gz", hash = "sha256:67608fcf75e73edbd4cc17a7f0fe7bde98da0bddbda63d831fd7e94fd9be27b5"}, - {file = "mypy_boto3_cloudwatch-1.33.0-py3-none-any.whl", hash = "sha256:bb4cc4ef724c0dc38f7c4c826382cc37b93642dd632ccf2e0254dd77f2e36bfb"}, + {file = "mypy-boto3-cloudwatch-1.33.11.tar.gz", hash = "sha256:7b1144d5702cb2aadd92dfa460506d8b0751ce5c446e2a8c4294cb04232319fd"}, + {file = "mypy_boto3_cloudwatch-1.33.11-py3-none-any.whl", hash = "sha256:e713dd767722dca9170b595caea25a0237a431987ddd82ec38450d3dcf574d25"}, ] [package.dependencies] @@ -3232,4 +3232,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "109b837ba0c504264fc186038afd29cd2b94c898755a0576b71a25b749b8cde8" +content-hash = "f2ab5f7bf9528b67c376a73ab98b77c67042c86d189908eabc804454c33c87db" diff --git a/pyproject.toml b/pyproject.toml index 91dd6f19def..e6f5604f946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ aws-cdk-lib = "^2.111.0" pytest-benchmark = "^4.0.0" mypy-boto3-appconfig = "^1.33.0" mypy-boto3-cloudformation = "^1.33.8" -mypy-boto3-cloudwatch = "^1.33.0" +mypy-boto3-cloudwatch = "^1.33.11" mypy-boto3-dynamodb = "^1.33.0" mypy-boto3-lambda = "^1.33.0" mypy-boto3-logs = "^1.33.0"