From 8b30860331d28edda68885e277ad0f56066de95a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:13:15 +0000 Subject: [PATCH] build(deps-dev): update boto3-stubs requirement 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.42.9 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 8c43aab..0816267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "pre-commit~=4.0", "pre-commit-hooks~=4.6", "ruff~=0.8.4", - "boto3-stubs~=1.35.0", + "boto3-stubs~=1.42.9", "pytest~=8.0", "pytest-cov~=6.0", "pytest-env~=1.1",