mblackgeo / flask-cognito-lib

A Flask extension that supports protecting routes with AWS Cognito following OAuth 2.1 best practices
https://mblackgeo.github.io/flask-cognito-lib/
MIT License
57 stars 15 forks source link

Bump to `urllib3 = "<3.0"` #35

Closed lokeoke closed 5 months ago

lokeoke commented 5 months ago

Resolves #36

mblackgeo commented 5 months ago

Thanks - did you do this with poetry? I believe we need to update the lock file as well

lokeoke commented 5 months ago

@mblackgeo Sorry, I did not initially. Not often that I work with Python. But it should be updated now.

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (2a8b13c) to head (bfbde8f). Report is 1 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 9 9 Lines 310 310 ========================================= Hits 310 310 ```

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

mblackgeo commented 5 months ago

thanks!