From 7722ba5cad20008d4abc16f653cd31bac70ec391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:02:30 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.38.13 to 1.40.0 Bumps [boto3](https://github.com/boto/boto3) from 1.38.13 to 1.40.0. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.13...1.40.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 7a470c74..cf1ab290 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ python-dotenv == 1.1.0 pandas == 2.2.3 robin-stocks == 3.4.0 -boto3 == 1.38.13 +boto3 == 1.40.0 polygon-api-client == 1.11.0 pytz == 2025.2 vectorbt == 0.27.3