From b6353ddcf868f226df6cc90124efe310f8100516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 04:23:24 +0000 Subject: [PATCH] chore(deps-dev): bump mypy-boto3-cloudwatch from 1.27.0 to 1.28.0 Bumps [mypy-boto3-cloudwatch](https://github.com/youtype/mypy_boto3_builder) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: mypy-boto3-cloudwatch dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5ebfa560f48..d4d09ef1c24 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1470,13 +1470,13 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.9\""} [[package]] name = "mypy-boto3-cloudwatch" -version = "1.27.0" -description = "Type annotations for boto3.CloudWatch 1.27.0 service generated with mypy-boto3-builder 7.14.5" +version = "1.28.0" +description = "Type annotations for boto3.CloudWatch 1.28.0 service generated with mypy-boto3-builder 7.14.5" optional = false python-versions = ">=3.7" files = [ - {file = "mypy-boto3-cloudwatch-1.27.0.tar.gz", hash = "sha256:802f7cd086c67fdf23bce9e8b6fe558258c98cc9cfe926d5c19774359ad984d9"}, - {file = "mypy_boto3_cloudwatch-1.27.0-py3-none-any.whl", hash = "sha256:d5f97615e903ebc774a1ef4335c11cd7b965acbd238a295ee1254f0cfe4c443b"}, + {file = "mypy-boto3-cloudwatch-1.28.0.tar.gz", hash = "sha256:c34cc45c8a57702e11cf38de590af447d90cd3ea68328ea2908452d8a09d471a"}, + {file = "mypy_boto3_cloudwatch-1.28.0-py3-none-any.whl", hash = "sha256:8812c6120111798f84b2e1fe5808aae1f5766c183746ea336dec14f9bdf3308b"}, ] [package.dependencies] @@ -2749,4 +2749,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "85c52d77a4be2b53c39ca5291bf24b6553b43d4fbc70887d8b44dcb0b6dc867d" +content-hash = "b4d202782b00785f2337b6950d37f1167e8e913e2c40fc95ec24dc8f9eb9d98e" diff --git a/pyproject.toml b/pyproject.toml index ceec85cece0..71ac772d4d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest-benchmark = "^4.0.0" python-snappy = "^0.6.1" mypy-boto3-appconfig = "^1.26.71" mypy-boto3-cloudformation = "^1.28.0" -mypy-boto3-cloudwatch = "^1.26.127" +mypy-boto3-cloudwatch = "^1.28.0" mypy-boto3-dynamodb = "^1.26.164" mypy-boto3-lambda = "^1.28.0" mypy-boto3-logs = "^1.26.149"