fix(deps): update dependency urllib3 to v2.5.0 #348
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/urllib3-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==2.4.0
->==2.5.0
Release Notes
urllib3/urllib3 (urllib3)
v2.5.0
Compare Source
==================
Features
compression.zstd
module that is new in Python 3.14.See
PEP 784 <https://peps.python.org/pep-0784/>
_ for more information. (#​3610 <https://github.com/urllib3/urllib3/issues/3610>
__)hatch-vcs
(#​3612 <https://github.com/urllib3/urllib3/issues/3612>
__)Bugfixes
redirects at the
urllib3.PoolManager
level via theretries
parameterdid not work.
retries
and
redirects
.HTTPResponse.shutdown
on a connection already released to the pool. (#​3581 <https://github.com/urllib3/urllib3/issues/3581>
__)CONNECT
statement when using an IPv6 proxy withconnection_from_host
. Previously would not be wrapped in[]
. (#​3615 <https://github.com/urllib3/urllib3/issues/3615>
__)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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Decision: Accept
Change Score: 10/10
The diff shows an update to the
urllib3
dependency from version 2.4.0 to 2.5.0. This looks like a straightforward dependency update. Thepyproject.toml
anduv.lock
files are both updated to reflect the new version.Since the changes are in released software, I will accept. Please verify that all dependencies are still compatible with the new
urllib3
version.