)]}'
{
  "commit": "da0fe5714436c9a8b913961b35da4e41e638fb0a",
  "tree": "7ed2b8fabce2fb9a51fddd6f857cae584bb6718d",
  "parents": [
    "cd4b9c4bf02f27cc912be53aa8b77531b95733d5"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Fri Sep 06 03:25:44 2024 +0000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Sep 06 03:25:44 2024 +0000"
  },
  "message": "build(deps): bump urllib3 from 2.0.7 to 2.2.2 in /tests/multiple_inputs (#2140)\n\nBumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/releases\"\u003eurllib3\u0027s\nreleases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.2.2\u003c/h2\u003e\n\u003ch2\u003e🚀 urllib3 is fundraising for HTTP/2 support\u003c/h2\u003e\n\u003cp\u003e\u003ca\nhref\u003d\"https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support\"\u003eurllib3\nis raising ~$40,000 USD\u003c/a\u003e to release HTTP/2 support and ensure\nlong-term sustainable maintenance of the project after a sharp decline\nin financial support for 2023. If your company or organization uses\nPython and would benefit from HTTP/2 support in Requests, pip, cloud\nSDKs, and thousands of other projects \u003ca\nhref\u003d\"https://opencollective.com/urllib3\"\u003eplease consider contributing\nfinancially\u003c/a\u003e to ensure HTTP/2 support is developed sustainably and\nmaintained for the long-haul.\u003c/p\u003e\n\u003cp\u003eThank you for your support.\u003c/p\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded the \u003ccode\u003eProxy-Authorization\u003c/code\u003e header to the list of\nheaders to strip from requests when redirecting to a different host. As\nbefore, different headers can be set via\n\u003ccode\u003eRetry.remove_headers_on_redirect\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eAllowed passing negative integers as \u003ccode\u003eamt\u003c/code\u003e to read\nmethods of \u003ccode\u003ehttp.client.HTTPResponse\u003c/code\u003e as an alternative to\n\u003ccode\u003eNone\u003c/code\u003e. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3122\"\u003e#3122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFixed return types representing copying actions to use\n\u003ccode\u003etyping.Self\u003c/code\u003e. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3363\"\u003e#3363\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2\"\u003ehttps://github.com/urllib3/urllib3/compare/2.2.1...2.2.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003e2.2.1\u003c/h2\u003e\n\u003ch2\u003e🚀 urllib3 is fundraising for HTTP/2 support\u003c/h2\u003e\n\u003cp\u003e\u003ca\nhref\u003d\"https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support\"\u003eurllib3\nis raising ~$40,000 USD\u003c/a\u003e to release HTTP/2 support and ensure\nlong-term sustainable maintenance of the project after a sharp decline\nin financial support for 2023. If your company or organization uses\nPython and would benefit from HTTP/2 support in Requests, pip, cloud\nSDKs, and thousands of other projects \u003ca\nhref\u003d\"https://opencollective.com/urllib3\"\u003eplease consider contributing\nfinancially\u003c/a\u003e to ensure HTTP/2 support is developed sustainably and\nmaintained for the long-haul.\u003c/p\u003e\n\u003cp\u003eThank you for your support.\u003c/p\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed issue where \u003ccode\u003eInsecureRequestWarning\u003c/code\u003e was emitted\nfor HTTPS connections when using Emscripten. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3331\"\u003e#3331\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFixed \u003ccode\u003eHTTPConnectionPool.urlopen\u003c/code\u003e to stop automatically\ncasting non-proxy headers to \u003ccode\u003eHTTPHeaderDict\u003c/code\u003e. This change\nwas premature as it did not apply to proxy headers and\n\u003ccode\u003eHTTPHeaderDict\u003c/code\u003e does not handle byte header values correctly\nyet. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3343\"\u003e#3343\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eChanged \u003ccode\u003eProtocolError\u003c/code\u003e to\n\u003ccode\u003eInvalidChunkLength\u003c/code\u003e when response terminates before the\nchunk length is sent. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/2860\"\u003e#2860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eChanged \u003ccode\u003eProtocolError\u003c/code\u003e to be more verbose on incomplete\nreads with excess content. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3261\"\u003e#3261\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.2.0\u003c/h2\u003e\n\u003ch2\u003e🖥️ urllib3 now works in the browser\u003c/h2\u003e\n\u003cp\u003e:tada: \u003cstrong\u003eThis release adds experimental support for \u003ca\nhref\u003d\"https://urllib3.readthedocs.io/en/stable/reference/contrib/emscripten.html\"\u003eusing\nurllib3 in the browser with Pyodide\u003c/a\u003e!\u003c/strong\u003e :tada:\u003c/p\u003e\n\u003cp\u003eThanks to Joe Marshall (\u003ca\nhref\u003d\"https://github.com/joemarshall\"\u003e\u003ccode\u003e@​joemarshall\u003c/code\u003e\u003c/a\u003e)\nfor contributing this feature. This change was possible thanks to work\ndone in urllib3 v2.0 to detach our API from \u003ccode\u003ehttp.client\u003c/code\u003e.\nPlease report all bugs to the \u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/issues\"\u003eurllib3 issue\ntracker\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003e🚀 urllib3 is fundraising for HTTP/2 support\u003c/h2\u003e\n\u003cp\u003e\u003ca\nhref\u003d\"https://sethmlarson.dev/urllib3-is-fundraising-for-http2-support\"\u003eurllib3\nis raising ~$40,000 USD\u003c/a\u003e to release HTTP/2 support and ensure\nlong-term sustainable maintenance of the project after a sharp decline\nin financial support for 2023. If your company or organization uses\nPython and would benefit from HTTP/2 support in Requests, pip, cloud\nSDKs, and thousands of other projects \u003ca\nhref\u003d\"https://opencollective.com/urllib3\"\u003eplease consider contributing\nfinancially\u003c/a\u003e to ensure HTTP/2 support is developed sustainably and\nmaintained for the long-haul.\u003c/p\u003e\n\u003cp\u003eThank you for your support.\u003c/p\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded support for \u003ca\nhref\u003d\"https://urllib3.readthedocs.io/en/latest/reference/contrib/emscripten.html\"\u003eEmscripten\nand Pyodide\u003c/a\u003e, including streaming support in cross-origin isolated\nbrowser environments where threading is enabled. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/2951\"\u003e#2951\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdded support for \u003ccode\u003eHTTPResponse.read1()\u003c/code\u003e method. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3186\"\u003e#3186\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdded rudimentary support for HTTP/2. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3284\"\u003e#3284\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFixed issue where requests against urls with trailing dots were\nfailing due to SSL errors\nwhen using proxy. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/2244\"\u003e#2244\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFixed \u003ccode\u003eHTTPConnection.proxy_is_verified\u003c/code\u003e and\n\u003ccode\u003eHTTPSConnection.proxy_is_verified\u003c/code\u003e to be always set to a\nboolean after connecting to a proxy. It could be \u003ccode\u003eNone\u003c/code\u003e in\nsome cases previously. (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3130\"\u003e#3130\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/blob/main/CHANGES.rst\"\u003eurllib3\u0027s\nchangelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003e2.2.2 (2024-06-17)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eAdded the \u003ccode\u003eProxy-Authorization\u003c/code\u003e header to the list of\nheaders to strip from requests when redirecting to a different host. As\nbefore, different headers can be set via\n\u003ccode\u003eRetry.remove_headers_on_redirect\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eAllowed passing negative integers as \u003ccode\u003eamt\u003c/code\u003e to read\nmethods of \u003ccode\u003ehttp.client.HTTPResponse\u003c/code\u003e as an alternative to\n\u003ccode\u003eNone\u003c/code\u003e.\n(\u003ccode\u003e[#3122](https://github.com/urllib3/urllib3/issues/3122)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3122\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eFixed return types representing copying actions to use\n\u003ccode\u003etyping.Self\u003c/code\u003e.\n(\u003ccode\u003e[#3363](https://github.com/urllib3/urllib3/issues/3363)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3363\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003e2.2.1 (2024-02-16)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFixed issue where \u003ccode\u003eInsecureRequestWarning\u003c/code\u003e was emitted\nfor HTTPS connections when using Emscripten.\n(\u003ccode\u003e[#3331](https://github.com/urllib3/urllib3/issues/3331)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3331\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eFixed \u003ccode\u003eHTTPConnectionPool.urlopen\u003c/code\u003e to stop automatically\ncasting non-proxy headers to \u003ccode\u003eHTTPHeaderDict\u003c/code\u003e. This change\nwas premature as it did not apply to proxy headers and\n\u003ccode\u003eHTTPHeaderDict\u003c/code\u003e does not handle byte header values correctly\nyet. (\u003ccode\u003e[#3343](https://github.com/urllib3/urllib3/issues/3343)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3343\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eChanged \u003ccode\u003eInvalidChunkLength\u003c/code\u003e to\n\u003ccode\u003eProtocolError\u003c/code\u003e when response terminates before the chunk\nlength is sent.\n(\u003ccode\u003e[#2860](https://github.com/urllib3/urllib3/issues/2860)\n\u0026lt;https://github.com/urllib3/urllib3/issues/2860\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eChanged \u003ccode\u003eProtocolError\u003c/code\u003e to be more verbose on incomplete\nreads with excess content.\n(\u003ccode\u003e[#3261](https://github.com/urllib3/urllib3/issues/3261)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3261\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003e2.2.0 (2024-01-30)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eAdded support for \u003ccode\u003eEmscripten and Pyodide\n\u0026lt;https://urllib3.readthedocs.io/en/latest/reference/contrib/emscripten.html\u0026gt;\u003c/code\u003e\u003cstrong\u003e,\nincluding streaming support in cross-origin isolated browser\nenvironments where threading is enabled.\n(\u003ccode\u003e[#2951](https://github.com/urllib3/urllib3/issues/2951)\n\u0026lt;https://github.com/urllib3/urllib3/issues/2951\u0026gt;\u003c/code\u003e\u003c/strong\u003e)\u003c/li\u003e\n\u003cli\u003eAdded support for \u003ccode\u003eHTTPResponse.read1()\u003c/code\u003e method.\n(\u003ccode\u003e[#3186](https://github.com/urllib3/urllib3/issues/3186)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3186\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eAdded rudimentary support for HTTP/2.\n(\u003ccode\u003e[#3284](https://github.com/urllib3/urllib3/issues/3284)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3284\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eFixed issue where requests against urls with trailing dots were\nfailing due to SSL errors\nwhen using proxy.\n(\u003ccode\u003e[#2244](https://github.com/urllib3/urllib3/issues/2244)\n\u0026lt;https://github.com/urllib3/urllib3/issues/2244\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eFixed \u003ccode\u003eHTTPConnection.proxy_is_verified\u003c/code\u003e and\n\u003ccode\u003eHTTPSConnection.proxy_is_verified\u003c/code\u003e\nto be always set to a boolean after connecting to a proxy. It could be\n\u003ccode\u003eNone\u003c/code\u003e in some cases previously.\n(\u003ccode\u003e[#3130](https://github.com/urllib3/urllib3/issues/3130)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3130\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eFixed an issue where \u003ccode\u003eheaders\u003c/code\u003e passed in a request with\n\u003ccode\u003ejson\u003d\u003c/code\u003e would be mutated\n(\u003ccode\u003e[#3203](https://github.com/urllib3/urllib3/issues/3203)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3203\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eFixed \u003ccode\u003eHTTPSConnection.is_verified\u003c/code\u003e to be set to\n\u003ccode\u003eFalse\u003c/code\u003e when connecting\nfrom a HTTPS proxy to an HTTP target. It was set to \u003ccode\u003eTrue\u003c/code\u003e\npreviously.\n(\u003ccode\u003e[#3267](https://github.com/urllib3/urllib3/issues/3267)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3267\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eFixed handling of new error message from OpenSSL 3.2.0 when\nconfiguring an HTTP proxy as HTTPS\n(\u003ccode\u003e[#3268](https://github.com/urllib3/urllib3/issues/3268)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3268\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eFixed TLS 1.3 post-handshake auth when the server certificate\nvalidation is disabled\n(\u003ccode\u003e[#3325](https://github.com/urllib3/urllib3/issues/3325)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3325\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eNote for downstream distributors: To run integration tests, you now\nneed to run the tests a second\ntime with the \u003ccode\u003e--integration\u003c/code\u003e pytest flag.\n(\u003ccode\u003e[#3181](https://github.com/urllib3/urllib3/issues/3181)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3181\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003e2.1.0 (2023-11-13)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eRemoved support for the deprecated urllib3[secure] extra.\n(\u003ccode\u003e[#2680](https://github.com/urllib3/urllib3/issues/2680)\n\u0026lt;https://github.com/urllib3/urllib3/issues/2680\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eRemoved support for the deprecated SecureTransport TLS\nimplementation.\n(\u003ccode\u003e[#2681](https://github.com/urllib3/urllib3/issues/2681)\n\u0026lt;https://github.com/urllib3/urllib3/issues/2681\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eRemoved support for the end-of-life Python 3.7.\n(\u003ccode\u003e[#3143](https://github.com/urllib3/urllib3/issues/3143)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3143\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eAllowed loading CA certificates from memory for proxies.\n(\u003ccode\u003e[#3065](https://github.com/urllib3/urllib3/issues/3065)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3065\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003cli\u003eFixed decoding Gzip-encoded responses which specified\n\u003ccode\u003ex-gzip\u003c/code\u003e content-encoding.\n(\u003ccode\u003e[#3174](https://github.com/urllib3/urllib3/issues/3174)\n\u0026lt;https://github.com/urllib3/urllib3/issues/3174\u0026gt;\u003c/code\u003e__)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/27e2a5c5a7ab6a517252cc8dcef3ffa6ffb8f61a\"\u003e\u003ccode\u003e27e2a5c\u003c/code\u003e\u003c/a\u003e\nRelease 2.2.2 (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3406\"\u003e#3406\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e\"\u003e\u003ccode\u003eaccff72\u003c/code\u003e\u003c/a\u003e\nMerge pull request from GHSA-34jh-p97f-mpxf\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/34be4a57e59eb7365bcc37d52e9f8271b5b8d0d3\"\u003e\u003ccode\u003e34be4a5\u003c/code\u003e\u003c/a\u003e\nPin CFFI to a new release candidate instead of a Git commit (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3398\"\u003e#3398\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/da410581b6b3df73da976b5ce5eb20a4bd030437\"\u003e\u003ccode\u003eda41058\u003c/code\u003e\u003c/a\u003e\nBump browser-actions/setup-chrome from 1.6.0 to 1.7.1 (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3399\"\u003e#3399\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/b07a669bd970d69847801148286b726f0570b625\"\u003e\u003ccode\u003eb07a669\u003c/code\u003e\u003c/a\u003e\nBump github/codeql-action from 2.13.4 to 3.25.6 (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3396\"\u003e#3396\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/b8589ec9f8c4da91511e601b632ac06af7e7c10e\"\u003e\u003ccode\u003eb8589ec\u003c/code\u003e\u003c/a\u003e\nMeasure coverage with v4 of artifact actions (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3394\"\u003e#3394\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/f3bdc5585111429e22c81b5fb26c3ec164d98b81\"\u003e\u003ccode\u003ef3bdc55\u003c/code\u003e\u003c/a\u003e\nAllow triggering CI manually (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3391\"\u003e#3391\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/52392654b30183129cf3ec06010306f517d9c146\"\u003e\u003ccode\u003e5239265\u003c/code\u003e\u003c/a\u003e\nFix HTTP version in debug log (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3316\"\u003e#3316\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/b34619f94ece0c40e691a5aaf1304953d88089de\"\u003e\u003ccode\u003eb34619f\u003c/code\u003e\u003c/a\u003e\nBump actions/checkout to 4.1.4 (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3387\"\u003e#3387\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/commit/9961d14de7c920091d42d42ed76d5d479b80064d\"\u003e\u003ccode\u003e9961d14\u003c/code\u003e\u003c/a\u003e\nBump browser-actions/setup-chrome from 1.5.0 to 1.6.0 (\u003ca\nhref\u003d\"https://redirect.github.com/urllib3/urllib3/issues/3386\"\u003e#3386\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca\nhref\u003d\"https://github.com/urllib3/urllib3/compare/2.0.7...2.2.2\"\u003ecompare\nview\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name\u003durllib3\u0026package-manager\u003dpip\u0026previous-version\u003d2.0.7\u0026new-version\u003d2.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don\u0027t\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the\n[Security Alerts\npage](https://github.com/bazelbuild/rules_python/network/alerts).\n\n\u003c/details\u003e\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a036c3f33df032fa3e534d4a584a77b81728af6d",
      "old_mode": 33188,
      "old_path": "tests/multiple_inputs/multiple_inputs.txt",
      "new_id": "e6fdcf12d3a88310329a4d8a0cc3ac4fc5523771",
      "new_mode": 33188,
      "new_path": "tests/multiple_inputs/multiple_inputs.txt"
    },
    {
      "type": "modify",
      "old_id": "b8af28ac10f02e4b7e1faefda204136d2c106df6",
      "old_mode": 33188,
      "old_path": "tests/multiple_inputs/multiple_pyproject_toml.txt",
      "new_id": "cd9bc59f255a463243934df38bb4fc62b8ae128d",
      "new_mode": 33188,
      "new_path": "tests/multiple_inputs/multiple_pyproject_toml.txt"
    },
    {
      "type": "modify",
      "old_id": "63edfe9f5315212c7a46042a11a21bcbad6a9ba3",
      "old_mode": 33188,
      "old_path": "tests/multiple_inputs/multiple_requirements_in.txt",
      "new_id": "19586efa58d4f6b201e0ff1859fa2dda7eadda1b",
      "new_mode": 33188,
      "new_path": "tests/multiple_inputs/multiple_requirements_in.txt"
    }
  ]
}
