From dea79c38951d1d8c51f3bef4723635bf422a38bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:41:24 +0000 Subject: [PATCH] build(deps-dev): update boto3 requirement from ^1.34.102 to ^1.42.88 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.102...1.42.88) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.88 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 ddfa13b..686b43b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pytest-cov = "^7.0.0" isort = "^8.0.0" taskipy = "^1.12.2" mypy = "^1.10.0" -boto3 = "^1.34.102" +boto3 = "^1.42.88" boto3-stubs = { version = "1.42.87", extras = [ "apigateway", "apigatewaymanagementapi",