-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Support up-to-date botocore #1136
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1136 +/- ##
==========================================
+ Coverage 86.93% 86.99% +0.05%
==========================================
Files 64 64
Lines 5978 5982 +4
==========================================
+ Hits 5197 5204 +7
+ Misses 781 778 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
jakob-keller
force-pushed
the
bump-botocore-1.35
branch
from
August 18, 2024 14:57
0fcf156
to
a2f6f44
Compare
thehesiod
reviewed
Aug 19, 2024
thehesiod
reviewed
Aug 19, 2024
thehesiod
approved these changes
Aug 19, 2024
jakob-keller
force-pushed
the
bump-botocore-1.35
branch
3 times, most recently
from
August 20, 2024 08:49
2df7460
to
b0f701a
Compare
jakob-keller
added
dependencies
Pull requests that update a dependency file
and removed
deps-update
labels
Aug 20, 2024
jakob-keller
force-pushed
the
bump-botocore-1.35
branch
2 times, most recently
from
August 21, 2024 13:18
083fe40
to
5782040
Compare
webknjaz
reviewed
Aug 21, 2024
jakob-keller
force-pushed
the
bump-botocore-1.35
branch
from
August 22, 2024 12:29
5782040
to
1847355
Compare
webknjaz
reviewed
Aug 22, 2024
webknjaz
reviewed
Aug 22, 2024
jakob-keller
force-pushed
the
bump-botocore-1.35
branch
2 times, most recently
from
August 22, 2024 20:50
6c50add
to
009b58e
Compare
jakob-keller
force-pushed
the
bump-botocore-1.35
branch
from
August 22, 2024 21:42
009b58e
to
3b690e8
Compare
jakob-keller
force-pushed
the
bump-botocore-1.35
branch
from
August 22, 2024 21:51
3b690e8
to
357c71f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 functional changes that require minor adjustments to the aiobotocore codebase.
Checklist for All Submissions
Checklist when updating botocore and/or aiohttp versions