From 6c3cdbf4776eb550f40fe89b459dea67d763d666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 01:59:02 +0000 Subject: [PATCH] Bump s3transfer from 0.11.4 to 0.13.0 in /backend Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.11.4 to 0.13.0. - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.11.4...0.13.0) --- updated-dependencies: - dependency-name: s3transfer dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d5204eb..49f01ac 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -44,7 +44,7 @@ python-dateutil==2.9.0.post0 python-dotenv==1.1.0 requests==2.32.3 rich==14.0.0 -s3transfer==0.11.4 +s3transfer==0.13.0 six==1.17.0 sniffio==1.3.1 sortedcontainers==2.4.0