Skip to content

Bump urllib3 from 2.0.7 to 2.2.2 in /drivers/gpu/drm/ci/xfails #45

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

Open
wants to merge 328 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps urllib3 from 2.0.7 to 2.2.2.

Release notes

Sourced from urllib3's releases.

2.2.2

🚀 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

  • 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.
  • Allowed passing negative integers as amt to read methods of http.client.HTTPResponse as an alternative to None. (#3122)
  • Fixed return types representing copying actions to use typing.Self. (#3363)

Full Changelog: urllib3/urllib3@2.2.1...2.2.2

2.2.1

🚀 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 issue where InsecureRequestWarning was emitted for HTTPS connections when using Emscripten. (#3331)
  • Fixed HTTPConnectionPool.urlopen to stop automatically casting non-proxy headers to HTTPHeaderDict. This change was premature as it did not apply to proxy headers and HTTPHeaderDict does not handle byte header values correctly yet. (#3343)
  • Changed ProtocolError to InvalidChunkLength when response terminates before the chunk length is sent. (#2860)
  • Changed ProtocolError to be more verbose on incomplete reads with excess content. (#3261)

2.2.0

🖥️ urllib3 now works in the browser

🎉 This release adds experimental support for using urllib3 in the browser with Pyodide! 🎉

Thanks to Joe Marshall (@​joemarshall) for contributing this feature. This change was possible thanks to work done in urllib3 v2.0 to detach our API from http.client. Please report all bugs to the urllib3 issue tracker.

🚀 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

  • Added support for Emscripten and Pyodide, including streaming support in cross-origin isolated browser environments where threading is enabled. (#2951)
  • Added support for HTTPResponse.read1() method. (#3186)
  • Added rudimentary support for HTTP/2. (#3284)
  • Fixed issue where requests against urls with trailing dots were failing due to SSL errors when using proxy. (#2244)
  • Fixed HTTPConnection.proxy_is_verified and HTTPSConnection.proxy_is_verified to be always set to a boolean after connecting to a proxy. It could be None in some cases previously. (#3130)

... (truncated)

Changelog

Sourced from urllib3's changelog.

2.2.2 (2024-06-17)

  • 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.
  • Allowed passing negative integers as amt to read methods of http.client.HTTPResponse as an alternative to None. ([#3122](https://github.com/urllib3/urllib3/issues/3122) <https://github.com/urllib3/urllib3/issues/3122>__)
  • Fixed return types representing copying actions to use typing.Self. ([#3363](https://github.com/urllib3/urllib3/issues/3363) <https://github.com/urllib3/urllib3/issues/3363>__)

2.2.1 (2024-02-16)

  • Fixed issue where InsecureRequestWarning was emitted for HTTPS connections when using Emscripten. ([#3331](https://github.com/urllib3/urllib3/issues/3331) <https://github.com/urllib3/urllib3/issues/3331>__)
  • Fixed HTTPConnectionPool.urlopen to stop automatically casting non-proxy headers to HTTPHeaderDict. This change was premature as it did not apply to proxy headers and HTTPHeaderDict does not handle byte header values correctly yet. ([#3343](https://github.com/urllib3/urllib3/issues/3343) <https://github.com/urllib3/urllib3/issues/3343>__)
  • Changed InvalidChunkLength to ProtocolError when response terminates before the chunk length is sent. ([#2860](https://github.com/urllib3/urllib3/issues/2860) <https://github.com/urllib3/urllib3/issues/2860>__)
  • Changed ProtocolError to be more verbose on incomplete reads with excess content. ([#3261](https://github.com/urllib3/urllib3/issues/3261) <https://github.com/urllib3/urllib3/issues/3261>__)

2.2.0 (2024-01-30)

  • Added support for Emscripten and Pyodide <https://urllib3.readthedocs.io/en/latest/reference/contrib/emscripten.html>, including streaming support in cross-origin isolated browser environments where threading is enabled. ([#2951](https://github.com/urllib3/urllib3/issues/2951) <https://github.com/urllib3/urllib3/issues/2951>)
  • Added support for HTTPResponse.read1() method. ([#3186](https://github.com/urllib3/urllib3/issues/3186) <https://github.com/urllib3/urllib3/issues/3186>__)
  • Added rudimentary support for HTTP/2. ([#3284](https://github.com/urllib3/urllib3/issues/3284) <https://github.com/urllib3/urllib3/issues/3284>__)
  • Fixed issue where requests against urls with trailing dots were failing due to SSL errors when using proxy. ([#2244](https://github.com/urllib3/urllib3/issues/2244) <https://github.com/urllib3/urllib3/issues/2244>__)
  • Fixed HTTPConnection.proxy_is_verified and HTTPSConnection.proxy_is_verified to be always set to a boolean after connecting to a proxy. It could be None in some cases previously. ([#3130](https://github.com/urllib3/urllib3/issues/3130) <https://github.com/urllib3/urllib3/issues/3130>__)
  • Fixed an issue where headers passed in a request with json= would be mutated ([#3203](https://github.com/urllib3/urllib3/issues/3203) <https://github.com/urllib3/urllib3/issues/3203>__)
  • Fixed HTTPSConnection.is_verified to be set to False when connecting from a HTTPS proxy to an HTTP target. It was set to True previously. ([#3267](https://github.com/urllib3/urllib3/issues/3267) <https://github.com/urllib3/urllib3/issues/3267>__)
  • Fixed handling of new error message from OpenSSL 3.2.0 when configuring an HTTP proxy as HTTPS ([#3268](https://github.com/urllib3/urllib3/issues/3268) <https://github.com/urllib3/urllib3/issues/3268>__)
  • Fixed TLS 1.3 post-handshake auth when the server certificate validation is disabled ([#3325](https://github.com/urllib3/urllib3/issues/3325) <https://github.com/urllib3/urllib3/issues/3325>__)
  • Note for downstream distributors: To run integration tests, you now need to run the tests a second time with the --integration pytest flag. ([#3181](https://github.com/urllib3/urllib3/issues/3181) <https://github.com/urllib3/urllib3/issues/3181>__)

2.1.0 (2023-11-13)

  • Removed support for the deprecated urllib3[secure] extra. ([#2680](https://github.com/urllib3/urllib3/issues/2680) <https://github.com/urllib3/urllib3/issues/2680>__)
  • Removed support for the deprecated SecureTransport TLS implementation. ([#2681](https://github.com/urllib3/urllib3/issues/2681) <https://github.com/urllib3/urllib3/issues/2681>__)
  • Removed support for the end-of-life Python 3.7. ([#3143](https://github.com/urllib3/urllib3/issues/3143) <https://github.com/urllib3/urllib3/issues/3143>__)
  • Allowed loading CA certificates from memory for proxies. ([#3065](https://github.com/urllib3/urllib3/issues/3065) <https://github.com/urllib3/urllib3/issues/3065>__)
  • Fixed decoding Gzip-encoded responses which specified x-gzip content-encoding. ([#3174](https://github.com/urllib3/urllib3/issues/3174) <https://github.com/urllib3/urllib3/issues/3174>__)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Andrea Righi and others added 30 commits April 17, 2025 19:09
Ignore: yes
Signed-off-by: Andrea Righi <[email protected]>
BugLink: https://bugs.launchpad.net/bugs/1998336
Properties: no-test-build
Signed-off-by: Andrea Righi <[email protected]>
Ignore: yes
Signed-off-by: Paolo Pisati <[email protected]>
Signed-off-by: Paolo Pisati <[email protected]>
python3 is now required to generate annotations, so make sure it's
always available at build time.

Signed-off-by: Paolo Pisati <[email protected]>
Currently we have circular dependencies between linux-image and
linux-modules/linux-modules-extra packages. This is redundant, and
harmful when additional types of linux-images are provided
(i.e. kernel.efi).

Break the circular dependency by only keeping linux-image ->
linux-modules dep, remove linux-modules -> linux-image dep, remove
linux-modules-extra -> linux-image dep, add linux-modules-extra ->
linux-modules dep.

BugLink: https://bugs.launchpad.net/bugs/1989334
Signed-off-by: Dimitri John Ledkov <[email protected]>
Acked-by: Stefan Bader <[email protected]>
Acked-by: Luke Nowakowski-Krijger <[email protected]>
Acked-by: Tim Gardner <[email protected]>
Signed-off-by: Dimitri John Ledkov <[email protected]>
…st_test.c

BugLink: https://bugs.launchpad.net/bugs/2002658

 # cd tools/testing/selftests/tdx && make && ./tdx_guest_test
 gcc -O3 -Wl,-no-as-needed -Wall -static    tdx_guest_test.c  -o tools/testing/selftests/tdx/tdx_guest_test

  TAP version 13
  1..1
  # Starting 1 tests from 1 test cases.
  #  RUN           global.verify_report ...

                  TDX report data
  00000000: 00 01 02 03 04 05 06 07
  00000008: 08 09 0a 0b 0c 0d 0e 0f
  00000010: 10 11 12 13 14 15 16 17
  00000018: 18 19 1a 1b 1c 1d 1e 1f
  00000020: 20 21 22 23 24 25 26 27
  00000028: 28 29 2a 2b 2c 2d 2e 2f
  00000030: 30 31 32 33 34 35 36 37
  00000038: 38 39 3a 3b 3c 3d 3e 3f

                  TDX tdreport data
  00000000: 81 00 00 00 00 00 00 00
  00000008: 00 00 00 00 00 00 00 00
  00000010: 03 03 07 09 03 ff 00 02
  00000018: 00 00 00 00 00 00 00 00
  00000020: 84 0d 4c dd e8 a3 33 6d
  00000028: ef d3 17 5d 82 94 63 59
  00000030: 27 17 25 0e 2b cb 1a 61
  00000038: b3 4a d5 94 e9 a4 2d e3
  00000040: 94 c9 24 64 ba 3a 57 87
  00000048: b8 42 65 72 c7 3d 4a d7
  00000050: d0 34 b0 09 7b ef 94 a7
  00000058: 2f 6d 6f 5b 34 c4 b0 37
  00000060: de 70 1c 0e b8 9f 14 22
  00000068: d6 71 1a d2 d2 3f 75 33
  00000070: d7 56 30 34 46 c5 2b 24
  00000078: cc ed e3 ec fa 0b 22 10
  00000080: 00 01 02 03 04 05 06 07
  00000088: 08 09 0a 0b 0c 0d 0e 0f
  00000090: 10 11 12 13 14 15 16 17
  00000098: 18 19 1a 1b 1c 1d 1e 1f
  000000a0: 20 21 22 23 24 25 26 27
  000000a8: 28 29 2a 2b 2c 2d 2e 2f
  000000b0: 30 31 32 33 34 35 36 37
  000000b8: 38 39 3a 3b 3c 3d 3e 3f
  000000c0: 00 00 00 00 00 00 00 00
  000000c8: 00 00 00 00 00 00 00 00
  000000d0: 00 00 00 00 00 00 00 00
  000000d8: 00 00 00 00 00 00 00 00
  000000e0: 5b 20 60 df 48 0a 06 14
  000000e8: 41 e5 cd 47 f9 75 f3 5a
  000000f0: 80 c3 67 23 e3 1b c3 21
  000000f8: b0 83 ec 49 df 31 31 60
  00000100: ff 01 00 00 00 00 00 00
  00000108: 02 00 03 00 00 00 00 00
  00000110: 00 00 00 00 00 00 00 00
  00000118: 6f 28 0f 3f 42 4f 9c ad
  00000120: 1c b4 fa 05 2e 47 ce b2
  00000128: 3f 78 2e 02 1a 36 4e b1
  00000130: 02 62 eb 70 59 85 be e2
  00000138: a6 91 39 3b e4 c7 88 e5
  00000140: 52 78 56 46 9f 7a b8 0c
  00000148: 00 00 00 00 00 00 00 00
  00000150: 00 00 00 00 00 00 00 00
  00000158: 00 00 00 00 00 00 00 00
  00000160: 00 00 00 00 00 00 00 00
  00000168: 00 00 00 00 00 00 00 00
  00000170: 00 00 00 00 00 00 00 00
  00000178: 00 00 00 00 00 00 00 00
  00000180: 00 00 00 00 00 00 00 00
  00000188: 00 00 00 00 00 00 00 00
  00000190: 00 00 00 00 00 00 00 00
  00000198: 00 00 00 00 00 00 00 00
  000001a0: 00 00 00 00 00 00 00 00
  000001a8: 00 00 00 00 00 00 00 00
  000001b0: 00 00 00 00 00 00 00 00
  000001b8: 00 00 00 00 00 00 00 00
  000001c0: 00 00 00 00 00 00 00 00
  000001c8: 00 00 00 00 00 00 00 00
  000001d0: 00 00 00 00 00 00 00 00
  000001d8: 00 00 00 00 00 00 00 00
  000001e0: 00 00 00 00 00 00 00 00
  000001e8: 00 00 00 00 00 00 00 00
  000001f0: 00 00 00 00 00 00 00 00
  000001f8: 00 00 00 00 00 00 00 00
  00000200: 00 00 00 00 00 00 00 00
  00000208: e7 18 06 00 00 00 00 00
  00000210: 86 10 bc 0c 1a ae cb f1
  00000218: 59 14 99 9d a3 56 fc b9
  00000220: 5c 82 73 28 f1 03 38 87
  00000228: 79 17 05 4a a0 59 e1 d8
  00000230: bc b2 3e 7f 88 2b 48 94
  00000238: 5f 05 da 10 eb 12 63 10
  00000240: 00 00 00 00 00 00 00 00
  00000248: 00 00 00 00 00 00 00 00
  00000250: 00 00 00 00 00 00 00 00
  00000258: 00 00 00 00 00 00 00 00
  00000260: 00 00 00 00 00 00 00 00
  00000268: 00 00 00 00 00 00 00 00
  00000270: 00 00 00 00 00 00 00 00
  00000278: 00 00 00 00 00 00 00 00
  00000280: 00 00 00 00 00 00 00 00
  00000288: 00 00 00 00 00 00 00 00
  00000290: 00 00 00 00 00 00 00 00
  00000298: 00 00 00 00 00 00 00 00
  000002a0: 00 00 00 00 00 00 00 00
  000002a8: 00 00 00 00 00 00 00 00
  000002b0: 00 00 00 00 00 00 00 00
  000002b8: 00 00 00 00 00 00 00 00
  000002c0: 00 00 00 00 00 00 00 00
  000002c8: 00 00 00 00 00 00 00 00
  000002d0: 00 00 00 00 00 00 00 00
  000002d8: 00 00 00 00 00 00 00 00
  000002e0: 00 00 00 00 00 00 00 00
  000002e8: 00 00 00 00 00 00 00 00
  000002f0: 00 00 00 00 00 00 00 00
  000002f8: 00 00 00 00 00 00 00 00
  00000300: 00 00 00 00 00 00 00 00
  00000308: 00 00 00 00 00 00 00 00
  00000310: 00 00 00 00 00 00 00 00
  00000318: 00 00 00 00 00 00 00 00
  00000320: 00 00 00 00 00 00 00 00
  00000328: 00 00 00 00 00 00 00 00
  00000330: 00 00 00 00 00 00 00 00
  00000338: 00 00 00 00 00 00 00 00
  00000340: 00 00 00 00 00 00 00 00
  00000348: 00 00 00 00 00 00 00 00
  00000350: 00 00 00 00 00 00 00 00
  00000358: 00 00 00 00 00 00 00 00
  00000360: 00 00 00 00 00 00 00 00
  00000368: 00 00 00 00 00 00 00 00
  00000370: 00 00 00 00 00 00 00 00
  00000378: 00 00 00 00 00 00 00 00
  00000380: 00 00 00 00 00 00 00 00
  00000388: 00 00 00 00 00 00 00 00
  00000390: 00 00 00 00 00 00 00 00
  00000398: 00 00 00 00 00 00 00 00
  000003a0: 00 00 00 00 00 00 00 00
  000003a8: 00 00 00 00 00 00 00 00
  000003b0: 00 00 00 00 00 00 00 00
  000003b8: 00 00 00 00 00 00 00 00
  000003c0: 00 00 00 00 00 00 00 00
  000003c8: 00 00 00 00 00 00 00 00
  000003d0: 00 00 00 00 00 00 00 00
  000003d8: 00 00 00 00 00 00 00 00
  000003e0: 00 00 00 00 00 00 00 00
  000003e8: 00 00 00 00 00 00 00 00
  000003f0: 00 00 00 00 00 00 00 00
  000003f8: 00 00 00 00 00 00 00 00

  #            OK  global.verify_report
  ok 1 global.verify_report
  # PASSED: 1 / 1 tests passed.
  # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0

Signed-off-by: Dexuan Cui <[email protected]>
Signed-off-by: Tim Gardner <[email protected]>
Acked-by: Marcelo Cerri <[email protected]>
Acked-by: Bartlomiej Zolnierkiewicz <[email protected]>
Signed-off-by: Tim Gardner <[email protected]>
BugLink: https://bugs.launchpad.net/bugs/2002658

set_memory_decrypted() should not fail silently and cause weird issues
later.

Signed-off-by: Dexuan Cui <[email protected]>
Signed-off-by: Tim Gardner <[email protected]>
Acked-by: Marcelo Cerri <[email protected]>
Acked-by: Bartlomiej Zolnierkiewicz <[email protected]>
Signed-off-by: Tim Gardner <[email protected]>
[ arighi: adjust context after rebase to 6.5 ]
Signed-off-by: Andrea Righi <[email protected]>
Ignore: yes

Signed-off-by: Tim Gardner <[email protected]>
…buntu 22.04.

BugLink: https://bugs.launchpad.net/bugs/2003714

glibc 2.34/2.35 (and 2.36?) had a bug (2.32 is good):
See https://sourceware.org/bugzilla/show_bug.cgi?id=28784

The bug has been fixed in upstream glibc:
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=c242fcce06e3102ca663b2f992611d0bda4f2668

However, it looks like a lot of distros haven't picked up the fix yet,
e.g. Ubuntu 22.04/22.10/23.04's glibc need pick up the glibc fix (c242fcce06e3102ca663b2f992611d0bda4f2668).
RHEL 9's glibc needs the glibc fix as well.

Before the glibc packages in the distros are fixed, we can use this
kernel side workaround patch for now. The workaround is from Intel.
See the below for the rationale:

x86/tdx: Virtualize CPUID leaf 0x2
CPUID leaf 0x2 provides cache and TLB information. In TDX guest access
to the leaf causes #VE.

Current implementation returns all zero, but it confuses some users:
some recent versions of GLIBC hit segfaults. It is a GLIBC bug, but it is
also a user-visible regression comparing to non-TDX environment.

Kernel can generate a sensible response to the #VE to work around the
glibc segfault for now.

The leaf is obsolete. There are leafs that provides the same
information in a structured form. See leaf 0x4 on cache info and
leaf 0x18 on TLB info.

Generate a response that indicates that CPUID leaf 0x4 and 0x18 have to
be used instead.

(cherry picked from commit 16218cf73491e867fd39c16c9e4b8aa926cbda68 https://github.com/dcui/tdx)
Signed-off-by: Tim Gardner <[email protected]>
Acked-by: Cengiz Can <[email protected]>
Acked-by: Ian May <[email protected]>
Signed-off-by: Tim Gardner <[email protected]>
Ignore: yes
Signed-off-by: Paolo Pisati <[email protected]>
Ignore: yes
Signed-off-by: Andrea Righi <[email protected]>
BugLink: https://bugs.launchpad.net/bugs/2015432
Properties: no-test-build
Signed-off-by: Andrea Righi <[email protected]>
Ignore: yes
Signed-off-by: Andrea Righi <[email protected]>
BugLink: https://bugs.launchpad.net/bugs/2016265
Properties: no-test-build
Signed-off-by: Andrea Righi <[email protected]>
BugLink: https://bugs.launchpad.net/bugs/2016995

Signed-off-by: Tim Gardner <[email protected]>
Acked-by: John Cabaj <[email protected]>
Acked-by: Philip Cox <[email protected]>
Signed-off-by: Tim Gardner <[email protected]>
john-cabaj and others added 25 commits April 23, 2025 18:26
Ignore: yes
Signed-off-by: John Cabaj <[email protected]>
…pends

BugLink: https://bugs.launchpad.net/bugs/2086606

We introduced dwarfdump command in the 2-binary-arch.mk on the
generic kernel, hence here need to add this package as Build-Depends.

Signed-off-by: Hui Wang <[email protected]>

(copied from master)

Signed-off-by: John Cabaj <[email protected]>
BugLink: https://bugs.launchpad.net/bugs/2086606

No functional changes, just reordering.

Signed-off-by: Juerg Haefliger <[email protected]>
Acked-by: Agathe Porte <[email protected]>
Acked-by: Stefan Bader <[email protected]>
Signed-off-by: Stefan Bader <[email protected]>

(copied from master)

Signed-off-by: John Cabaj <[email protected]>
Ignore: yes
Signed-off-by: John Cabaj <[email protected]>
Ignore: yes
Signed-off-by: John Cabaj <[email protected]>
Ignore: yes
Signed-off-by: Vinicius Peixoto <[email protected]>
BugLink: https://bugs.launchpad.net/bugs/2107080
Properties: no-test-build
Signed-off-by: Vinicius Peixoto <[email protected]>
This is a placeholder commit to separate the Ubuntu kernel source and
our patches. Used by kernel_merge_with_upstream() in the linux-pkg repo.
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Development

Successfully merging this pull request may close these issues.