Bump urllib3 from 1.26.19 to 1.26.20
Bumps urllib3 from 1.26.19 to 1.26.20.
Release notes
Sourced from urllib3's releases.
1.26.20
π urllib3 is fundraising for HTTP/2 support
urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.
Thank you for your support.
Changes
- Fixed a crash where certain standard library hash functions were absent in FIPS-compliant environments. (#3432)
- Replaced deprecated dash-separated setuptools entries in
setup.cfg. (#3461)- Took into account macOS setting
ECONNRESETinstead ofEPROTOTYPEin its newer versions. (#3416)- Backported changes to our tests and CI configuration from v2.x to support testing with CPython 3.12 and 3.13. (#3436)
Full Changelog: https://github.com/urllib3/urllib3/compare/1.26.19...1.26.20
Changelog
Sourced from urllib3's changelog.
1.26.20 (2024-08-29)
- Fixed a crash where certain standard library hash functions were absent in FIPS-compliant environments. (
[#3432](https://github.com/urllib3/urllib3/issues/3432) <https://github.com/urllib3/urllib3/issues/3432>__)- Replaced deprecated dash-separated setuptools entries in
setup.cfg. ([#3461](https://github.com/urllib3/urllib3/issues/3461) <https://github.com/urllib3/urllib3/pull/3461>__)- Took into account macOS setting
ECONNRESETinstead ofEPROTOTYPEin its newer versions. ([#3416](https://github.com/urllib3/urllib3/issues/3416) <https://github.com/urllib3/urllib3/pull/3416>__)- Backported changes to our tests and CI configuration from v2.x to support testing with CPython 3.12 and 3.13. (
[#3436](https://github.com/urllib3/urllib3/issues/3436) <https://github.com/urllib3/urllib3/pull/3436>__)
Commits
6f2ad7cRelease 1.26.207f925b0Backport changes to the publish workflow3d9b2d3Replace deprecated dash-separated setuptools entries in setup.cfg (#3461)e9ac9bcUpgrade actions (#3437)0b42b01Do not limit runs with 3.13 to Ubuntud135b54Backport a part of 5d93c9c6c01efc469200044027c21c6e661f2a998c13ec8Backporttest_eintr_zero_timeoutfixdf09e8cMove verbosity flag to noxfileac96f20Testtest_requesting_large_resources_via_sslseparately3f1806cTry using same PyPy 3.9 version as in main to fix timeouts- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Unit Test Results
ββ6 filesβ Β±0βββ6 suitesβ Β±0βββ1m 7s :stopwatch: -1s β17 tests Β±0ββ16 :white_check_mark: Β±0ββ0 :zzz: Β±0ββ1 :x: Β±0β 102 runsβ Β±0ββ98 :white_check_mark: Β±0ββ2 :zzz: Β±0ββ2 :x: Β±0β
For more details on these failures, see this check.
Results for commit 73d45861.βΒ± Comparison against base commit 2a5593cf.
@dependabot rebase
Looks like urllib3 is no longer a dependency, so this is no longer needed.