From 63b989cb3dd6c5d5dd5677126b3f112856c10b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:49:02 +0000 Subject: [PATCH] Bump boto3-stubs from 1.35.41 to 1.35.44 Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.35.41 to 1.35.44. - [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 81c80596..2d332be0 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ pytest = "==8.3.3" port-for = "==0.7.4" mirakuru = "==2.5.3" boto3 = "==1.35.41" -boto3-stubs = {version = "==1.35.41", extras = ["dynamodb"]} +boto3-stubs = {version = "==1.35.44", extras = ["dynamodb"]} [dev-packages] towncrier = "==24.8.0"