Skip to content
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

Remove the pin for urllib3 #507

Merged
merged 3 commits into from
Jun 3, 2024
Merged

Remove the pin for urllib3 #507

merged 3 commits into from
Jun 3, 2024

Conversation

maxbelanger
Copy link
Contributor

@maxbelanger maxbelanger commented Jun 3, 2024

Now that CI works again and with the added tests, we can verify that certificate pinning does work with urllib3==2.

Fixes #506.

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.70%. Comparing base (b474e21) to head (134b1cc).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #507      +/-   ##
==========================================
- Coverage   64.26%   63.70%   -0.56%     
==========================================
  Files          31       31              
  Lines       53579    53579              
  Branches     3905     3905              
==========================================
- Hits        34430    34133     -297     
- Misses      18989    19412     +423     
+ Partials      160       34     -126     
Flag Coverage Δ
integration ?
unit 63.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maxbelanger maxbelanger changed the title WIP: Support urllib3 WIP: Relax some conservative requirements Jun 3, 2024
@maxbelanger maxbelanger changed the title WIP: Relax some conservative requirements WIP: Remove the pin for urllib3 Jun 3, 2024
@maxbelanger maxbelanger requested a review from greg-db June 3, 2024 14:19
@maxbelanger maxbelanger marked this pull request as ready for review June 3, 2024 14:20
@maxbelanger maxbelanger changed the title WIP: Remove the pin for urllib3 Remove the pin for urllib3 Jun 3, 2024
@maxbelanger maxbelanger merged commit c5ea3f8 into main Jun 3, 2024
24 checks passed
@maxbelanger maxbelanger deleted the dbx-max-urllib3 branch June 3, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for urllib3==2
2 participants