From c28ab0f3f06ebef73dd6da0c6f967d0dc244d548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 01:54:32 +0000 Subject: [PATCH] chore(deps): bump boto3 in /curator/opensearch_indices_cleaner/docker Bumps [boto3](https://github.com/boto/boto3) from 1.38.42 to 1.43.13. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.42...1.43.13) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.13 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- curator/opensearch_indices_cleaner/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curator/opensearch_indices_cleaner/docker/requirements.txt b/curator/opensearch_indices_cleaner/docker/requirements.txt index 093e1d41..367432a6 100644 --- a/curator/opensearch_indices_cleaner/docker/requirements.txt +++ b/curator/opensearch_indices_cleaner/docker/requirements.txt @@ -1,5 +1,5 @@ botocore==1.38.42 -boto3==1.38.42 +boto3==1.43.13 curator-opensearch==0.0.13 opensearch-py==3.0.0 schedule==1.2.2