aio-libs / aiobotocore

asyncio support for botocore library using aiohttp
https://aiobotocore.rtfd.io
Apache License 2.0
1.14k stars 179 forks source link

Support up-to-date `botocore` #1087

Closed jakob-keller closed 6 months ago

jakob-keller commented 6 months ago

Description of Change

This PR intends to improve general compatibility of aiobotocore within the Python ecosystem by bumping the dependency specification of botocore, as well as boto3 and awscli.

Assumptions

Upstream diff contains no changes that affect this codebase.

Checklist for All Submissions

Checklist when updating botocore and/or aiohttp versions

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d36c373) 86.28% compared to head (2bf4545) 86.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1087 +/- ## ========================================== - Coverage 86.28% 86.23% -0.06% ========================================== Files 60 60 Lines 5870 5870 ========================================== - Hits 5065 5062 -3 - Misses 805 808 +3 ``` | [Flag](https://app.codecov.io/gh/aio-libs/aiobotocore/pull/1087/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/aio-libs/aiobotocore/pull/1087/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | `86.23% <ø> (-0.06%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.