Updating boto3 version#282
Conversation
|
@parthshahva Is Upload prepared for this boto3 version bump? |
|
@xbrianh yes Upload is the one initiating this (Arathi works on Upload) |
|
@maniarathi @sampierson The upgrade of boto3 breaks the use of mock in our tests, leading to a slate of permission denied errors on CreateBucket. We'll need to fix our tests before merging this in. |
…mpatible with upload service.
Codecov Report
@@ Coverage Diff @@
## master #282 +/- ##
==========================================
+ Coverage 83.17% 83.64% +0.46%
==========================================
Files 37 37
Lines 1724 1724
==========================================
+ Hits 1434 1442 +8
+ Misses 290 282 -8
Continue to review full report at Codecov.
|
|
Only direct package dependencies (those imported by the library) should be listed here. Dependencies should manage their sub-dependencies. |
Previous 1.7-1.8 requirement is incompatible with upload service. Also alphabetized the dependencies.