chore(deps): update dependency urllib3 to v1.26.20 #12

Open
renovate-bot wants to merge 1 commit from renovate/urllib3-1.x into master
Member

This PR contains the following updates:

Package Update Change
urllib3 (changelog) patch ==1.26.12 -> ==1.26.20

Release Notes

urllib3/urllib3 (urllib3)

v1.26.20

Compare Source

🚀 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 ECONNRESET instead of EPROTOTYPE in 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

v1.26.19

Compare Source

====================

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.
  • Fixed handling of OpenSSL 3.2.0 new error message for misconfiguring an HTTP proxy as HTTPS. (#&#8203;3405 <https://github.com/urllib3/urllib3/issues/3405>__)

v1.26.18

Compare Source

====================

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.

v1.26.17

Compare Source

====================

  • Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. (#&#8203;3139 <https://github.com/urllib3/urllib3/pull/3139>_)

v1.26.16

Compare Source

====================

  • Fixed thread-safety issue where accessing a PoolManager with many distinct origins
    would cause connection pools to be closed while requests are in progress (#&#8203;2954 <https://github.com/urllib3/urllib3/pull/2954>_)

v1.26.15

Compare Source

====================

  • Fix socket timeout value when HTTPConnection is reused (#&#8203;2645 <https://github.com/urllib3/urllib3/issues/2645>__)
  • Remove "!" character from the unreserved characters in IPv6 Zone ID parsing
    (#&#8203;2899 <https://github.com/urllib3/urllib3/issues/2899>__)
  • Fix IDNA handling of '\x80' byte (#&#8203;2901 <https://github.com/urllib3/urllib3/issues/2901>__)

v1.26.14

Compare Source

====================

  • Fixed parsing of port 0 (zero) returning None, instead of 0. (#&#8203;2850 <https://github.com/urllib3/urllib3/issues/2850>__)
  • Removed deprecated getheaders() calls in contrib module. Fixed the type hint of PoolKey.key_retries by adding bool to the union. (#&#8203;2865 <https://github.com/urllib3/urllib3/issues/2865>__)

v1.26.13

Compare Source

====================

  • Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods.
  • Fixed an issue where parsing a URL with leading zeroes in the port would be rejected
    even when the port number after removing the zeroes was valid.
  • Fixed a deprecation warning when using cryptography v39.0.0.
  • Removed the <4 in the Requires-Python packaging metadata field.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [urllib3](https://github.com/urllib3/urllib3) ([changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)) | patch | `==1.26.12` -> `==1.26.20` | --- ### Release Notes <details> <summary>urllib3/urllib3 (urllib3)</summary> ### [`v1.26.20`](https://github.com/urllib3/urllib3/releases/tag/1.26.20) [Compare Source](https://github.com/urllib3/urllib3/compare/1.26.19...1.26.20) #### 🚀 urllib3 is fundraising for HTTP/2 support [urllib3 is raising ~$40,000 USD](https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support) 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](https://opencollective.com/urllib3) 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. ([#&#8203;3432](https://github.com/urllib3/urllib3/issues/3432)) - Replaced deprecated dash-separated setuptools entries in `setup.cfg`. ([#&#8203;3461](https://github.com/urllib3/urllib3/issues/3461)) - Took into account macOS setting `ECONNRESET` instead of `EPROTOTYPE` in its newer versions. ([#&#8203;3416](https://github.com/urllib3/urllib3/issues/3416)) - Backported changes to our tests and CI configuration from v2.x to support testing with CPython 3.12 and 3.13. ([#&#8203;3436](https://github.com/urllib3/urllib3/issues/3436)) **Full Changelog**: https://github.com/urllib3/urllib3/compare/1.26.19...1.26.20 ### [`v1.26.19`](https://github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#12619-2024-06-17) [Compare Source](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) \==================== - Added the `Proxy-Authorization` header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via `Retry.remove_headers_on_redirect`. - Fixed handling of OpenSSL 3.2.0 new error message for misconfiguring an HTTP proxy as HTTPS. (`#&#8203;3405 <https://github.com/urllib3/urllib3/issues/3405>`\__) ### [`v1.26.18`](https://github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#12618-2023-10-17) [Compare Source](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18) \==================== - Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. ### [`v1.26.17`](https://github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#12617-2023-10-02) [Compare Source](https://github.com/urllib3/urllib3/compare/1.26.16...1.26.17) \==================== - Added the `Cookie` header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via `Retry.remove_headers_on_redirect`. (`#&#8203;3139 <https://github.com/urllib3/urllib3/pull/3139>`\_) ### [`v1.26.16`](https://github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#12616-2023-05-23) [Compare Source](https://github.com/urllib3/urllib3/compare/1.26.15...1.26.16) \==================== - Fixed thread-safety issue where accessing a `PoolManager` with many distinct origins would cause connection pools to be closed while requests are in progress (`#&#8203;2954 <https://github.com/urllib3/urllib3/pull/2954>`\_) ### [`v1.26.15`](https://github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#12615-2023-03-10) [Compare Source](https://github.com/urllib3/urllib3/compare/1.26.14...1.26.15) \==================== - Fix socket timeout value when `HTTPConnection` is reused (`#&#8203;2645 <https://github.com/urllib3/urllib3/issues/2645>`\__) - Remove "!" character from the unreserved characters in IPv6 Zone ID parsing (`#&#8203;2899 <https://github.com/urllib3/urllib3/issues/2899>`\__) - Fix IDNA handling of '\x80' byte (`#&#8203;2901 <https://github.com/urllib3/urllib3/issues/2901>`\__) ### [`v1.26.14`](https://github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#12614-2023-01-11) [Compare Source](https://github.com/urllib3/urllib3/compare/1.26.13...1.26.14) \==================== - Fixed parsing of port 0 (zero) returning None, instead of 0. (`#&#8203;2850 <https://github.com/urllib3/urllib3/issues/2850>`\__) - Removed deprecated getheaders() calls in contrib module. Fixed the type hint of `PoolKey.key_retries` by adding `bool` to the union. (`#&#8203;2865 <https://github.com/urllib3/urllib3/issues/2865>`\__) ### [`v1.26.13`](https://github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#12613-2022-11-23) [Compare Source](https://github.com/urllib3/urllib3/compare/1.26.12...1.26.13) \==================== - Deprecated the `HTTPResponse.getheaders()` and `HTTPResponse.getheader()` methods. - Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid. - Fixed a deprecation warning when using cryptography v39.0.0. - Removed the `<4` in the `Requires-Python` packaging metadata field. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM4LjU3LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot added the
renovate-bot
label 2024-06-04 10:24:14 +05:30
renovate-bot changed title from chore(deps): update dependency urllib3 to v1.26.18 to chore(deps): update dependency urllib3 to v1.26.19 2024-06-18 19:07:25 +05:30
renovate-bot force-pushed renovate/urllib3-1.x from 2fd2a63567 to addf690e92 2024-06-18 19:07:25 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency urllib3 to v1.26.19 to chore(deps): update dependency urllib3 to v1.26.20 2024-08-29 21:34:29 +05:30
renovate-bot force-pushed renovate/urllib3-1.x from addf690e92 to 681dcfff43 2024-08-29 21:34:30 +05:30 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/urllib3-1.x:renovate/urllib3-1.x
git checkout renovate/urllib3-1.x

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/urllib3-1.x
git checkout master
git merge --ff-only renovate/urllib3-1.x
git checkout renovate/urllib3-1.x
git rebase master
git checkout master
git merge --no-ff renovate/urllib3-1.x
git checkout master
git merge --squash renovate/urllib3-1.x
git checkout master
git merge --ff-only renovate/urllib3-1.x
git checkout master
git merge renovate/urllib3-1.x
git push origin master
Sign in to join this conversation.
No description provided.