From afe9f77622769751372298763fc71b32e1fd2759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 16:29:34 +0000 Subject: [PATCH] chore(deps-dev): bump mypy-boto3-dynamodb from 1.24.0 to 1.24.27 Bumps [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) from 1.24.0 to 1.24.27. - [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-patch ... 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 91159a86b0f..a858b840407 100644 --- a/poetry.lock +++ b/poetry.lock @@ -627,8 +627,8 @@ typing-extensions = ">=4.1.0" [[package]] name = "mypy-boto3-dynamodb" -version = "1.24.0" -description = "Type annotations for boto3.DynamoDB 1.24.0 service generated with mypy-boto3-builder 7.6.1" +version = "1.24.27" +description = "Type annotations for boto3.DynamoDB 1.24.27 service generated with mypy-boto3-builder 7.6.0" category = "dev" optional = false python-versions = ">=3.6" @@ -1126,7 +1126,7 @@ pydantic = ["pydantic", "email-validator"] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "08794b1c8c45b03b179cde28a8102eb10221bc556f12a76ae1fbf8ce5ce81c7f" +content-hash = "4ae649cce15d6ff2290b3124fbee6f820567416c31506329ed1ae0c935893a14" [metadata.files] atomicwrites = [ @@ -1459,8 +1459,8 @@ mypy-boto3-appconfig = [ {file = "mypy_boto3_appconfig-1.24.0-py3-none-any.whl", hash = "sha256:ca53b0b9606f13257dd0feb800d36531f2eba54f46bd9db7765f69baf9583485"}, ] mypy-boto3-dynamodb = [ - {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"}, + {file = "mypy-boto3-dynamodb-1.24.27.tar.gz", hash = "sha256:c982d24f9b2525a70f408ad40eff69660d56928217597d88860b60436b25efbf"}, + {file = "mypy_boto3_dynamodb-1.24.27-py3-none-any.whl", hash = "sha256:63f7d9755fc5cf2e637edf8d33024050152a53013d1a102716ae0d534563ef07"}, ] mypy-boto3-secretsmanager = [ {file = "mypy-boto3-secretsmanager-1.24.11.post3.tar.gz", hash = "sha256:f153b3f5ff2c65664a906fb2c97a6598a57da9f1da77679dbaf541051dcff36e"}, diff --git a/pyproject.toml b/pyproject.toml index 158176c006d..3f4d6d32459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ mkdocs-material = "^8.2.7" mypy-boto3-secretsmanager = "^1.24.11" mypy-boto3-ssm = "^1.24.0" mypy-boto3-appconfig = "^1.24.0" -mypy-boto3-dynamodb = "^1.24.0" +mypy-boto3-dynamodb = "^1.24.27" pytest-benchmark = "^3.4.1"