From 712b169e8fb199ae2cc767a315b600990618087e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 03:53:07 +0000 Subject: [PATCH] build(deps): update boto3 requirement in /python/cluster_management 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.42.96...1.42.97) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.97 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/cluster_management/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cluster_management/requirements.txt b/python/cluster_management/requirements.txt index 652d720a..e08c093a 100644 --- a/python/cluster_management/requirements.txt +++ b/python/cluster_management/requirements.txt @@ -1,3 +1,3 @@ -boto3>=1.42.96 +boto3>=1.42.97 botocore>=1.42.97 pytest>=9.0.3 \ No newline at end of file