dependabot[bot] opened a new pull request, #24426:
URL: https://github.com/apache/doris/pull/24426

   Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.1 to 1.26.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/urllib3/urllib3/releases";>urllib3's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.26.5</h2>
   <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 
2</strong>: <a 
href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html";>Read more in 
the v2.0 Roadmap</a></p>
   <ul>
   <li>Fixed deprecation warnings emitted in Python 3.10.</li>
   <li>Updated vendored <code>six</code> library to 1.16.0.</li>
   <li>Improved performance of URL parser when splitting the authority 
component.</li>
   </ul>
   <p><strong>If you or your organization rely on urllib3 consider supporting 
us via <a href="https://github.com/sponsors/urllib3";>GitHub 
Sponsors</a></strong></p>
   <h2>1.26.4</h2>
   <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 
2</strong>: <a 
href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html";>Read more in 
the v2.0 Roadmap</a></p>
   <ul>
   <li>Changed behavior of the default <code>SSLContext</code> when connecting 
to HTTPS proxy during HTTPS requests. The default <code>SSLContext</code> now 
sets <code>check_hostname=True</code>.</li>
   </ul>
   <p><strong>If you or your organization rely on urllib3 consider supporting 
us via <a href="https://github.com/sponsors/urllib3";>GitHub 
Sponsors</a></strong></p>
   <h2>1.26.3</h2>
   <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 
2</strong>: <a 
href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html";>Read more in 
the v2.0 Roadmap</a></p>
   <ul>
   <li>
   <p>Fixed bytes and string comparison issue with headers (Pull <a 
href="https://redirect.github.com/urllib3/urllib3/issues/2141";>#2141</a>)</p>
   </li>
   <li>
   <p>Changed <code>ProxySchemeUnknown</code> error message to be more 
actionable if the user supplies a proxy URL without a scheme (Pull <a 
href="https://redirect.github.com/urllib3/urllib3/issues/2107";>#2107</a>)</p>
   </li>
   </ul>
   <p><strong>If you or your organization rely on urllib3 consider supporting 
us via <a href="https://github.com/sponsors/urllib3";>GitHub 
Sponsors</a></strong></p>
   <h2>1.26.2</h2>
   <p>:warning: <strong>IMPORTANT: urllib3 v2.0 will drop support for Python 
2</strong>: <a 
href="https://urllib3.readthedocs.io/en/latest/v2-roadmap.html";>Read more in 
the v2.0 Roadmap</a></p>
   <ul>
   <li>Fixed an issue where <code>wrap_socket</code> and 
<code>CERT_REQUIRED</code> wouldn't be imported properly on Python 2.7.8 and 
earlier (Pull <a 
href="https://redirect.github.com/urllib3/urllib3/issues/2052";>#2052</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/urllib3/urllib3/blob/main/CHANGES.rst";>urllib3's 
changelog</a>.</em></p>
   <blockquote>
   <h1>1.26.16 (2023-05-23)</h1>
   <ul>
   <li>Fixed thread-safety issue where accessing a <code>PoolManager</code> 
with many distinct origins
   would cause connection pools to be closed while requests are in progress 
(<code>[#2954](https://github.com/urllib3/urllib3/issues/2954) 
&lt;https://github.com/urllib3/urllib3/pull/2954&gt;</code>_)</li>
   </ul>
   <h1>1.26.15 (2023-03-10)</h1>
   <ul>
   <li>Fix socket timeout value when <code>HTTPConnection</code> is reused 
(<code>[#2645](https://github.com/urllib3/urllib3/issues/2645) 
&lt;https://github.com/urllib3/urllib3/issues/2645&gt;</code>__)</li>
   <li>Remove &quot;!&quot; character from the unreserved characters in IPv6 
Zone ID parsing
   (<code>[#2899](https://github.com/urllib3/urllib3/issues/2899) 
&lt;https://github.com/urllib3/urllib3/issues/2899&gt;</code>__)</li>
   <li>Fix IDNA handling of '\x80' byte 
(<code>[#2901](https://github.com/urllib3/urllib3/issues/2901) 
&lt;https://github.com/urllib3/urllib3/issues/2901&gt;</code>__)</li>
   </ul>
   <h1>1.26.14 (2023-01-11)</h1>
   <ul>
   <li>Fixed parsing of port 0 (zero) returning None, instead of 0. 
(<code>[#2850](https://github.com/urllib3/urllib3/issues/2850) 
&lt;https://github.com/urllib3/urllib3/issues/2850&gt;</code>__)</li>
   <li>Removed deprecated getheaders() calls in contrib module. Fixed the type 
hint of <code>PoolKey.key_retries</code> by adding <code>bool</code> to the 
union. (<code>[#2865](https://github.com/urllib3/urllib3/issues/2865) 
&lt;https://github.com/urllib3/urllib3/issues/2865&gt;</code>__)</li>
   </ul>
   <h1>1.26.13 (2022-11-23)</h1>
   <ul>
   <li>Deprecated the <code>HTTPResponse.getheaders()</code> and 
<code>HTTPResponse.getheader()</code> methods.</li>
   <li>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.</li>
   <li>Fixed a deprecation warning when using cryptography v39.0.0.</li>
   <li>Removed the <code>&lt;4</code> in the <code>Requires-Python</code> 
packaging metadata field.</li>
   </ul>
   <h1>1.26.12 (2022-08-22)</h1>
   <ul>
   <li>Deprecated the <code>urllib3[secure]</code> extra and the 
<code>urllib3.contrib.pyopenssl</code> module.
   Both will be removed in v2.x. See this <code>GitHub issue 
&lt;https://github.com/urllib3/urllib3/issues/2680&gt;</code>_
   for justification and info on how to migrate.</li>
   </ul>
   <h1>1.26.11 (2022-07-25)</h1>
   <ul>
   <li>Fixed an issue where reading more than 2 GiB in a call to 
<code>HTTPResponse.read</code> would
   raise an <code>OverflowError</code> on Python 3.9 and earlier.</li>
   </ul>
   <h1>1.26.10 (2022-07-07)</h1>
   <ul>
   <li>Removed support for Python 3.5</li>
   <li>Fixed an issue where a <code>ProxyError</code> recommending configuring 
the proxy as HTTP
   instead of HTTPS could appear even when an HTTPS proxy wasn't 
configured.</li>
   </ul>
   <p>1.26.9 (2022-03-16)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/d1616473df94b94f0f5ad19d2a6608cfe93b7cdf";><code>d161647</code></a>
 Release 1.26.5</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/2d4a3fee6de2fa45eb82169361918f759269b4ec";><code>2d4a3fe</code></a>
 Improve performance of sub-authority splitting in URL</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/2698537d52f8ff1f0bbb1d45cf018b118e91f637";><code>2698537</code></a>
 Update vendored six to 1.16.0</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/07bed791e9c391d8bf12950f76537dc3c6f90550";><code>07bed79</code></a>
 Fix deprecation warnings for Python 3.10 ssl module</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/d725a9b56bb8baf87c9e6eee0e9edf010034b63b";><code>d725a9b</code></a>
 Add Python 3.10 to GitHub Actions</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/339ad34c677c98fd9ad008de1d8bbeb9dbf34381";><code>339ad34</code></a>
 Use pytest==6.2.4 on Python 3.10+</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/f271c9c3149e20d7feffb6429b135bbb6c09ddf4";><code>f271c9c</code></a>
 Apply latest Black formatting</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/1884878aac87ef0494b282e940c32c24ee917d52";><code>1884878</code></a>
 [1.26] Properly proxy EOF on the SSLTransport test suite</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/a8913042b676c510e94fc2b097f6b514ae11a537";><code>a891304</code></a>
 Release 1.26.4</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/8d65ea1ecf6e2cdc27d42124e587c1b83a3118b0";><code>8d65ea1</code></a>
 Merge pull request from GHSA-5phf-pp7p-vc2r</li>
   <li>Additional commits viewable in <a 
href="https://github.com/urllib3/urllib3/compare/1.26.1...1.26.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urllib3&package-manager=pip&previous-version=1.26.1&new-version=1.26.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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](https://github.com/apache/doris/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to