From 32393d44836eacdf7d6964e9fd91da08f6119b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:49:23 +0000 Subject: [PATCH] chore(deps-dev): bump the boto-typing group with 1 update Bumps the boto-typing group with 1 update: [mypy-boto3-cloudwatch](https://github.com/youtype/mypy_boto3_builder). - [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-patch dependency-group: boto-typing ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index bfe0c9135bc..f1fb881a67f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "anyio" @@ -1838,13 +1838,13 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.9\""} [[package]] name = "mypy-boto3-cloudwatch" -version = "1.28.28" -description = "Type annotations for boto3.CloudWatch 1.28.28 service generated with mypy-boto3-builder 7.17.3" +version = "1.28.35" +description = "Type annotations for boto3.CloudWatch 1.28.35 service generated with mypy-boto3-builder 7.17.3" optional = false python-versions = ">=3.7" files = [ - {file = "mypy-boto3-cloudwatch-1.28.28.tar.gz", hash = "sha256:6dfad8f0f5fffbe1350c6e0f2fab4a0e184d1714f3de644937ad0bc458e7229c"}, - {file = "mypy_boto3_cloudwatch-1.28.28-py3-none-any.whl", hash = "sha256:102a5f5c63ec2654f6446e6ae12705de4bebc1a599fe35608e953ce151cc29a9"}, + {file = "mypy-boto3-cloudwatch-1.28.35.tar.gz", hash = "sha256:324706e04216c8633cc41c2476db5f139c321bd6188a4d54a5880fb2d02c51f3"}, + {file = "mypy_boto3_cloudwatch-1.28.35-py3-none-any.whl", hash = "sha256:127473e3b53251b4f2b370496289dc31247365a7e087ac6dd8d9fae62931de1d"}, ] [package.dependencies] @@ -3176,4 +3176,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "f4b85d4beb37f7647661530831c804ecb373a73ca5318d7cef7d0dd8ecfead9d" +content-hash = "988e2cc4becb6ccb9afde306243fa056605a4d5ea16348e802d88655e82dad73" diff --git a/pyproject.toml b/pyproject.toml index 289d4aed98f..01b758ec309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ aws-cdk-lib = "^2.88.0" pytest-benchmark = "^4.0.0" mypy-boto3-appconfig = "^1.28.16" mypy-boto3-cloudformation = "^1.28.19" -mypy-boto3-cloudwatch = "^1.28.28" +mypy-boto3-cloudwatch = "^1.28.35" mypy-boto3-dynamodb = "^1.28.27" mypy-boto3-lambda = "^1.28.19" mypy-boto3-logs = "^1.28.16"