From c4204f7e48b19ead3f8f77d5e0003497a947afcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 12:55:25 +0000 Subject: [PATCH] build(deps-dev): update boto3-stubs requirement from 1.43.7 to 1.43.8 Updates the requirements on [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) to permit the latest version. - [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-version: 1.43.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9235d2c..6a33a4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ isort = "^8.0.0" taskipy = "^1.12.2" mypy = ">=1.10,<3.0" boto3 = "^1.42.88" -boto3-stubs = { version = "1.43.7", extras = [ +boto3-stubs = { version = "1.43.8", extras = [ "apigateway", "apigatewaymanagementapi", "apigatewayv2",