From 7c992d8379c6a859d1cd0b442886ebf2c4ef04c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:05:45 +0100 Subject: [PATCH] chore(deps-dev): bump the boto-typing group with 2 updates (#3810) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 18 +++++++++--------- pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index d2c07ddab5e..ed61e6005aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1911,13 +1911,13 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.12\""} [[package]] name = "mypy-boto3-dynamodb" -version = "1.34.34" -description = "Type annotations for boto3.DynamoDB 1.34.34 service generated with mypy-boto3-builder 7.23.1" +version = "1.34.46" +description = "Type annotations for boto3.DynamoDB 1.34.46 service generated with mypy-boto3-builder 7.23.1" optional = false python-versions = ">=3.8" files = [ - {file = "mypy-boto3-dynamodb-1.34.34.tar.gz", hash = "sha256:023b0284027ab5f4e5c912dfae86583c62b0e6c8b1d34fad8c6fba37f9baf17b"}, - {file = "mypy_boto3_dynamodb-1.34.34-py3-none-any.whl", hash = "sha256:fb5e49ec0632ff9c15be3ce25302cdd7a917ffa0a80c49f30e3a136ecc9601f0"}, + {file = "mypy-boto3-dynamodb-1.34.46.tar.gz", hash = "sha256:126da0a29ca48502cfa9a26e3024341233d8419f7e03273cea17af7d38e724bd"}, + {file = "mypy_boto3_dynamodb-1.34.46-py3-none-any.whl", hash = "sha256:1af7c80a0891edac29e5b70441122f6803eb772a3b7b498396eec30368232541"}, ] [package.dependencies] @@ -1925,13 +1925,13 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.12\""} [[package]] name = "mypy-boto3-lambda" -version = "1.34.44" -description = "Type annotations for boto3.Lambda 1.34.44 service generated with mypy-boto3-builder 7.23.1" +version = "1.34.46" +description = "Type annotations for boto3.Lambda 1.34.46 service generated with mypy-boto3-builder 7.23.1" optional = false python-versions = ">=3.8" files = [ - {file = "mypy-boto3-lambda-1.34.44.tar.gz", hash = "sha256:b465e00c33267ceffdf3040c9562755d73aee21902a16d9b84294f7f0e378ab9"}, - {file = "mypy_boto3_lambda-1.34.44-py3-none-any.whl", hash = "sha256:0ef2063a00fad20a4fc096720a8c5c43b08a133cf27738ba9b1c70ea71b271b9"}, + {file = "mypy-boto3-lambda-1.34.46.tar.gz", hash = "sha256:275297944c5e36a170b37ce70229f21db6dd3561606799f18d96e36ac5df6876"}, + {file = "mypy_boto3_lambda-1.34.46-py3-none-any.whl", hash = "sha256:a12232002e04ee06b413b47068bc6bb085aeaa3693d28e9bf0efd76fa6953a0b"}, ] [package.dependencies] @@ -3402,4 +3402,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "e7d6c9d13e4dc00d43ae34d68ec69620a4529f90edbf6eee9984a36ad276fd8f" +content-hash = "42e66a612a154043f82e8f5d1ad5054d7d91cd9b536dad5c4fc3b710be3b973d" diff --git a/pyproject.toml b/pyproject.toml index 798d78fbe6d..17c88621713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,8 +73,8 @@ pytest-benchmark = "^4.0.0" mypy-boto3-appconfig = "^1.34.0" mypy-boto3-cloudformation = "^1.34.32" mypy-boto3-cloudwatch = "^1.34.40" -mypy-boto3-dynamodb = "^1.34.34" -mypy-boto3-lambda = "^1.34.44" +mypy-boto3-dynamodb = "^1.34.46" +mypy-boto3-lambda = "^1.34.46" mypy-boto3-logs = "^1.34.16" mypy-boto3-secretsmanager = "^1.34.43" mypy-boto3-ssm = "^1.34.32"