From edb89983dcbeaf37c53a1db6188fa897ccb72384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:48:32 +0300 Subject: [PATCH] Bump s3transfer from 0.10.1 to 0.10.2 in /python in the python group (#474) Bumps the python group in /python with 1 update: [s3transfer](https://github.com/boto/s3transfer). Updates `s3transfer` from 0.10.1 to 0.10.2 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.10.1...0.10.2) --- updated-dependencies: - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 905519d0..dd3a174c 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -36,7 +36,7 @@ requests==2.32.3 # via # nitor-vault (setup.py) # threadlocal-aws -s3transfer==0.10.1 +s3transfer==0.10.2 # via boto3 six==1.16.0 # via python-dateutil