From 6ba16a9ec9929a511da06b173a2a205834bebc05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:37:48 +0000 Subject: [PATCH] Bump s3transfer from 0.6.2 to 0.7.0 in /python Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.6.2 to 0.7.0. - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.6.2...0.7.0) --- updated-dependencies: - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index e168f93f..c742ab9b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -36,7 +36,7 @@ requests==2.31.0 # via # nitor-vault (setup.py) # threadlocal-aws -s3transfer==0.6.2 +s3transfer==0.7.0 # via boto3 six==1.16.0 # via python-dateutil