Skip to content

Commit

Permalink
chore(deps): bump s3transfer from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [s3transfer](https://github.com/boto/s3transfer) from 0.7.0 to 0.8.0.
- [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst)
- [Commits](boto/s3transfer@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: s3transfer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 28, 2023
1 parent 57b38bf commit 8fbeeec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8fbeeec

Please sign in to comment.