From 05e4c21d7cdf88da2359000de9265a4a4c962b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:57:19 +0000 Subject: [PATCH] chore(deps): bump s3transfer from 0.7.0 to 0.8.2 Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.7.0 to 0.8.2. - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.7.0...0.8.2) --- updated-dependencies: - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ce61f03..6607b5a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,7 +30,7 @@ python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, pyyaml==6.0.1; python_version >= '3.6' requests==2.31.0; python_version >= '3.7' responses==0.24.1; python_version >= '3.8' -s3transfer==0.7.0; python_version >= '3.7' +s3transfer==0.8.2; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==1.26.18 uuid==1.30 diff --git a/requirements.txt b/requirements.txt index 798043f..1626cfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ jmespath==1.0.1; python_version >= '3.7' ldap3==2.9.1 pyasn1==0.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -s3transfer==0.7.0; python_version >= '3.7' +s3transfer==0.8.2; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==1.26.18