From 54409651091d05ee603c89622cdaacf132b7a646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 10:05:25 +0000 Subject: [PATCH] chore(deps-dev): bump mypy-boto3-dynamodb from 1.23.0.post1 to 1.24.0 Bumps [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) from 1.23.0.post1 to 1.24.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-dynamodb 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 aac5c2af598..447da346993 100644 --- a/poetry.lock +++ b/poetry.lock @@ -627,8 +627,8 @@ typing-extensions = ">=4.1.0" [[package]] name = "mypy-boto3-dynamodb" -version = "1.23.0.post1" -description = "Type annotations for boto3.DynamoDB 1.23.0 service generated with mypy-boto3-builder 7.5.14" +version = "1.24.0" +description = "Type annotations for boto3.DynamoDB 1.24.0 service generated with mypy-boto3-builder 7.6.1" category = "dev" optional = false python-versions = ">=3.6" @@ -1101,7 +1101,7 @@ pydantic = ["pydantic", "email-validator"] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "2e80fd14c2c6a463a568775c152ac18435968a68b12a1c3b3d0aefc21ed0d42c" +content-hash = "394b4077fb1b157eabcf97003c7289d1e7d90f9173b2ab014348102a15802ffe" [metadata.files] atomicwrites = [ @@ -1434,8 +1434,8 @@ mypy-boto3-appconfig = [ {file = "mypy_boto3_appconfig-1.23.0.post1-py3-none-any.whl", hash = "sha256:a3175229be86dc1aab8722a6338086ddcf941a61d1dd791344b8654b01075bfa"}, ] mypy-boto3-dynamodb = [ - {file = "mypy-boto3-dynamodb-1.23.0.post1.tar.gz", hash = "sha256:4670825645d041881f3f37a70b38e4b771171942808e49a011a63a9ea6cf494c"}, - {file = "mypy_boto3_dynamodb-1.23.0.post1-py3-none-any.whl", hash = "sha256:fed40bd6e987d4dbe2551b2a33106f23965111570e0a84e9e7a3caf65d1c79f9"}, + {file = "mypy-boto3-dynamodb-1.24.0.tar.gz", hash = "sha256:a7de204a173dffbee972357a69bf5e59fda169a587017e0d3c5446676342aa2e"}, + {file = "mypy_boto3_dynamodb-1.24.0-py3-none-any.whl", hash = "sha256:866f0f8ae44e266ea051f57179bf40132d8e89e6fa23abab6e71421b3c0cd794"}, ] mypy-boto3-secretsmanager = [ {file = "mypy-boto3-secretsmanager-1.24.0.tar.gz", hash = "sha256:6680c322df031b08ef79fcdb8ffdfb08d57d4925392f641348336926dc5c6b2e"}, diff --git a/pyproject.toml b/pyproject.toml index 8e7531515a0..4dd9e60959f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ mkdocs-material = "^8.2.7" mypy-boto3-secretsmanager = "^1.24.0" mypy-boto3-ssm = "^1.24.0" mypy-boto3-appconfig = "^1.23.0" -mypy-boto3-dynamodb = "^1.23.0" +mypy-boto3-dynamodb = "^1.24.0" [tool.poetry.extras]