boto / botocore

The low-level, core functionality of boto3 and the AWS CLI.
Apache License 2.0
1.44k stars 1.06k forks source link

Move urllib3 2.x pin for Python 3.10+ #3141

Closed nateprewitt closed 3 months ago

nateprewitt commented 3 months ago

This PR will move our pin for Python 3.10+ to allow the full range of releases for urllib3 2.x. This should unblock further upgrades and unblock other projects from moving pins for these version ranges. This should resolve #3138 in the next release of Botocore once merged.

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 93.14%. Comparing base (8fd0160) to head (e3e84da). Report is 100 commits behind head on develop.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3141 +/- ## ======================================== Coverage 93.14% 93.14% ======================================== Files 66 66 Lines 14237 14240 +3 ======================================== + Hits 13261 13264 +3 Misses 976 976 ```

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