From 6efbfa6f4e7ca62cc909d779f09b031b37fd0ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:35:24 +0000 Subject: [PATCH] Update boto3 requirement from <2,>=1.43.59 to >=1.43.61,<2 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.59...1.43.61) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.61 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe9eba1..e0e5e3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core utilities -boto3>=1.43.59,<2 +boto3>=1.43.61,<2 pandas==3.0.5 requests==2.34.2