-
-
Notifications
You must be signed in to change notification settings - Fork 200
Bump botocore
dependency specification
#1307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1307 +/- ##
==========================================
+ Coverage 90.48% 90.62% +0.14%
==========================================
Files 68 68
Lines 6336 6542 +206
==========================================
+ Hits 5733 5929 +196
- Misses 603 613 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c9977d6
to
8b008b7
Compare
c72b9f8
to
81bc249
Compare
81bc249
to
9090431
Compare
I'm bumping botocore up until 1.37.1 for now. 1.37.2 includes new serializers, which need more time for me to digest. |
With regards to test coverage: The two missing lines are also not tested in upstream, as far as I see it. Overall coverage was improved slightly. |
Description of Change
This PR intends to improve general compatibility of
aiobotocore
within the Python ecosystem by bumping the dependency specification ofbotocore
, as well asboto3
andawscli
.Assumptions
Upstream diff contains several changes that require adjustments to the aiobotocore codebase.
Checklist for All Submissions
Checklist when updating botocore and/or aiohttp versions