From ca9227833c2b5e12dba87febeb40adc1d2047f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 09:47:10 +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 fbf8566c437..dc6cb943b1c 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 = "9bda13a93fe23b834f33b9c8547f4e45c98c504fc3d2af8055dee51f791dba3d" +content-hash = "deedd23c92b2dbaaa90d8fd52dadf779e327728cd78290a370a36c88160b6fa0" [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.23.8.tar.gz", hash = "sha256:f6679b6e3844ac1e766efefedbffcf09924c02b1cdd05af5f8675d80383d6243"}, diff --git a/pyproject.toml b/pyproject.toml index d84203020d7..d92bfe1ae3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ mkdocs-material = "^8.2.7" mypy-boto3-secretsmanager = "^1.23.8" mypy-boto3-ssm = "^1.23.0" mypy-boto3-appconfig = "^1.23.0" -mypy-boto3-dynamodb = "^1.23.0" +mypy-boto3-dynamodb = "^1.24.0" [tool.poetry.extras]