diff --git a/requirements-dev.txt b/requirements-dev.txt index 4212131..07a9622 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.0; 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..fad4f8f 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.0; 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