From 17f40af06b73e49a975a37d0b977c1eb9ecd4178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 04:49:04 +0000 Subject: [PATCH] Bump boto3-stubs from 1.34.113 to 1.34.117 Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.34.113 to 1.34.117. - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) --- updated-dependencies: - dependency-name: boto3-stubs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f30b4716..6409e110 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ pytest = "==8.2.1" port-for = "==0.7.2" mirakuru = "==2.5.2" boto3 = "==1.34.113" -boto3-stubs = {version = "==1.34.113", extras = ["dynamodb"]} +boto3-stubs = {version = "==1.34.117", extras = ["dynamodb"]} [dev-packages] towncrier = "==23.11.0"