From 6e145f2dc64dc24b832956c81f3f022de9900e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:32:55 +0000 Subject: [PATCH] build(deps-dev): update boto3 requirement from >=1.43.14 to >=1.43.29 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.43.14...1.43.29) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.29 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 52051bf6..ddc014a2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -boto3>=1.43.14 +boto3>=1.43.29 botocore>=1.43.24 pylint>=4.0.5 ansible-doc-extractor>=0.1.11