dependabot[bot] opened a new pull request #23:
URL: https://github.com/apache/impala/pull/23


   Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.21.1 to 1.24.2.
   <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>
   <h2>1.24.2 (2019-04-17)</h2>
   <ul>
   <li>
   <p>Don't load system certificates by default when any other 
<code>ca_certs</code>, <code>ca_certs_dir</code> or
   <code>ssl_context</code> parameters are specified.</p>
   </li>
   <li>
   <p>Remove Authorization header regardless of case when redirecting to 
cross-site. (Issue <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1510";>#1510</a>)</p>
   </li>
   <li>
   <p>Add support for IPv6 addresses in subjectAltName section of certificates. 
(Issue <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1269";>#1269</a>)</p>
   </li>
   </ul>
   <h2>1.24.1 (2018-11-02)</h2>
   <ul>
   <li>
   <p>Remove quadratic behavior within <code>GzipDecoder.decompress()</code> 
(Issue <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1467";>#1467</a>)</p>
   </li>
   <li>
   <p>Restored functionality of <code>ciphers</code> parameter for 
<code>create_urllib3_context()</code>. (Issue <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1462";>#1462</a>)</p>
   </li>
   </ul>
   <h2>1.24 (2018-10-16)</h2>
   <ul>
   <li>
   <p>Allow key_server_hostname to be specified when initializing a PoolManager 
to allow custom SNI to be overridden. (Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1449";>#1449</a>)</p>
   </li>
   <li>
   <p>Test against Python 3.7 on AppVeyor. (Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1453";>#1453</a>)</p>
   </li>
   <li>
   <p>Early-out ipv6 checks when running on App Engine. (Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1450";>#1450</a>)</p>
   </li>
   <li>
   <p>Change ambiguous description of backoff_factor (Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1436";>#1436</a>)</p>
   </li>
   <li>
   <p>Add ability to handle multiple Content-Encodings (Issue <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1441";>#1441</a>
 and Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1442";>#1442</a>)</p>
   </li>
   <li>
   <p>Skip DNS names that can't be idna-decoded when using pyOpenSSL (Issue <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1405";>#1405</a>).</p>
   </li>
   <li>
   <p>Add a server_hostname parameter to HTTPSConnection which allows for
   overriding the SNI hostname sent in the handshake. (Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1397";>#1397</a>)</p>
   </li>
   <li>
   <p>Drop support for EOL Python 2.6 (Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1429";>#1429</a>
 and Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1430";>#1430</a>)</p>
   </li>
   <li>
   <p>Fixed bug where responses with header Content-Type: message/* erroneously
   raised HeaderParsingError, resulting in a warning being logged. (Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1439";>#1439</a>)</p>
   </li>
   <li>
   <p>Move urllib3 to src/urllib3 (Pull <a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1409";>#1409</a>)</p>
   </li>
   </ul>
   <h2>1.23 (2018-06-04)</h2>
   <ul>
   <li>Allow providing a list of headers to strip from requests when redirecting
   to a different host. Defaults to the <code>Authorization</code> header. 
Different</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/1efadf43dc63317cd9eaa3e0fdb9e05ab07254b1";><code>1efadf4</code></a>
 Release 1.24.2 (<a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1564";>#1564</a>)</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/a6ec68a5c5c5743c59fe5c62c635c929586c429b";><code>a6ec68a</code></a>
 Merging new release version: 1.24.1</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/0cedb3b0f1e5d79c89c6db767c534b064b794cf2";><code>0cedb3b</code></a>
 Restore context.set_ciphers() to create_urllib3_context() (<a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1463";>#1463</a>)</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/0aeba3be0224a930f6ffef254ed12b41303a86d7";><code>0aeba3b</code></a>
 Use bytearray to accumulate bytes from gzip (<a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1468";>#1468</a>)</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/f8d1c787d9b02a70d66ddbde9c99061d9073d54a";><code>f8d1c78</code></a>
 Uninstall oclint to ensure gcc can be brew upgraded (<a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1464";>#1464</a>)</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/cd7cfa613b2678e700597d098ce9bbdc934863e6";><code>cd7cfa6</code></a>
 Resolve pytest pluggy version conflict (<a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1457";>#1457</a>)</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/b548abc9812a628d3290d0cab83e44f3c31ac6fe";><code>b548abc</code></a>
 Update changelog for 1.24 release</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/ef0c74542abe69421a86c4d3c6a86fe43cb809a4";><code>ef0c745</code></a>
 Merging new release version: 1.24</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/a0964d9947c07d2b8495726ac23ad251b5d236af";><code>a0964d9</code></a>
 Add missing key_server_hostname variable (<a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1449";>#1449</a>)</li>
   <li><a 
href="https://github.com/urllib3/urllib3/commit/34d8298ecf93c84f9916457d89701d6d5c807780";><code>34d8298</code></a>
 Test against Python 3.7 on AppVeyor (<a 
href="https://github-redirect.dependabot.com/urllib3/urllib3/issues/1453";>#1453</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/urllib3/urllib3/compare/1.21.1...1.24.2";>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.21.1&new-version=1.24.2)](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 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)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/impala/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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to