From d08be5496b28cad4911eac00c5d263b8f083b768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 16:26:27 +0000 Subject: [PATCH] chore(deps-dev): bump mypy-boto3-dynamodb Bumps [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) from 1.26.0.post1 to 1.26.13.post16. - [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 44776e343e1..76152bf88af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -858,8 +858,8 @@ typing-extensions = ">=4.1.0" [[package]] name = "mypy-boto3-dynamodb" -version = "1.26.0.post1" -description = "Type annotations for boto3.DynamoDB 1.26.0 service generated with mypy-boto3-builder 7.11.10" +version = "1.26.13.post16" +description = "Type annotations for boto3.DynamoDB 1.26.13 service generated with mypy-boto3-builder 7.11.11" category = "dev" optional = false python-versions = ">=3.7" @@ -1498,7 +1498,7 @@ validation = ["fastjsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.7.4" -content-hash = "e2d7c21db0f5cef33cf1538fbe8741b698c66b6efdb7dc7666a34a210427d7f5" +content-hash = "c3c035ef6161c63ee4c30f3321a8cac8aad144fa5b25b14ad18c866df62014e6" [metadata.files] attrs = [ @@ -1895,8 +1895,8 @@ mypy-boto3-cloudwatch = [ {file = "mypy_boto3_cloudwatch-1.26.0.post1-py3-none-any.whl", hash = "sha256:aeef90abeed13d6bddf7f878ec68a78903347fbd53022ad1133ef86b6a5dabc4"}, ] mypy-boto3-dynamodb = [ - {file = "mypy-boto3-dynamodb-1.26.0.post1.tar.gz", hash = "sha256:731141ff962033b77603a8a02626d64eb8575a0070e865aff31fe7443e4be6e3"}, - {file = "mypy_boto3_dynamodb-1.26.0.post1-py3-none-any.whl", hash = "sha256:abe06c4c819ef2faa4b2f5cea127549f4c50e83a9869be80c9e77893f682a11b"}, + {file = "mypy-boto3-dynamodb-1.26.13.post16.tar.gz", hash = "sha256:508df8bb7a637f7c5a57744f8c80de6d0dfb3823c8449de8ef565e798b371a04"}, + {file = "mypy_boto3_dynamodb-1.26.13.post16-py3-none-any.whl", hash = "sha256:76940c8aeb61945d6be3b78322825503d27d6481036d4c4498f02bf15a3de765"}, ] mypy-boto3-lambda = [ {file = "mypy-boto3-lambda-1.26.0.post1.tar.gz", hash = "sha256:3e6dedf959aa13fc58e6721d56c93f91068c468659b3d0e22580830f3b39aebc"}, diff --git a/pyproject.toml b/pyproject.toml index f240cacb760..fae1c6ca5f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ python-snappy = "^0.6.1" mypy-boto3-appconfig = "^1.26.0" mypy-boto3-cloudformation = "^1.26.0" mypy-boto3-cloudwatch = "^1.26.0" -mypy-boto3-dynamodb = "^1.26.0" +mypy-boto3-dynamodb = "^1.26.13" mypy-boto3-lambda = "^1.26.0" mypy-boto3-logs = "^1.26.3" mypy-boto3-secretsmanager = "^1.26.0"