Skip to content

Commit

Permalink
Raise s3transfer floor to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Nov 30, 2023
1 parent 1ad231b commit f80544d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ universal = 0
requires_dist =
botocore>=1.33.3,<1.34.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.8.0,<0.9.0
s3transfer>=0.8.2,<0.9.0

[options.extras_require]
crt = botocore[crt]>=1.21.0,<2.0a0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
requires = [
'botocore>=1.33.3,<1.34.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.8.0,<0.9.0',
's3transfer>=0.8.2,<0.9.0',
]


Expand Down

0 comments on commit f80544d

Please sign in to comment.