Bump urllib3 from 1.24.2 to 1.25.3 in /app #3

Merged
dependabot[bot] merged 1 commits from dependabot/pip/app/urllib3-1.25.3 into master 5 years ago
dependabot[bot] commented 5 years ago (Migrated from github.com)
Owner

Bumps urllib3 from 1.24.2 to 1.25.3.

Release notes

Sourced from urllib3's releases.

1.25.2

No release notes provided.

1.25.1

  • Add support for Google's Brotli package. (Pull #1572, Pull #1579)
  • Upgrade bundled rfc3986 to v1.3.1 (Pull #1578)

1.25

Release: 1.25

1.24.3

Release: 1.24.3

Changelog

Sourced from urllib3's changelog.

1.25.3 (2019-05-23)

  • Change HTTPSConnection to load system CA certificates
    when ca_certs, ca_cert_dir, and ssl_context are
    unspecified. (Pull #1608, Issue #1603)

  • Upgrade bundled rfc3986 to v1.3.2. (Pull #1609, Issue #1605)

1.25.2 (2019-04-28)

  • Change is_ipaddress to not detect IPvFuture addresses. (Pull #1583)

  • Change parse_url to percent-encode invalid characters within the
    path, query, and target components. (Pull #1586)

1.25.1 (2019-04-24)

  • Add support for Google's Brotli package. (Pull #1572, Pull #1579)

  • Upgrade bundled rfc3986 to v1.3.1 (Pull #1578)

1.25 (2019-04-22)

  • Require and validate certificates by default when using HTTPS (Pull #1507)

  • Upgraded urllib3.utils.parse_url() to be RFC 3986 compliant. (Pull #1487)

  • Added support for key_password for HTTPSConnectionPool to use
    encrypted key_file without creating your own SSLContext object. (Pull #1489)

  • Add TLSv1.3 support to CPython, pyOpenSSL, and SecureTransport SSLContext
    implementations. (Pull #1496)

  • Switched the default multipart header encoder from RFC 2231 to HTML 5 working draft. (Issue #303, PR #1492)

  • Fixed issue where OpenSSL would block if an encrypted client private key was
    given and no password was given. Instead an SSLError is raised. (Pull #1489)

  • Added support for Brotli content encoding. It is enabled automatically if
    brotlipy package is installed which can be requested with
    urllib3[brotli] extra. (Pull #1532)

  • Drop ciphers using DSS key exchange from default TLS cipher suites.

... (truncated)
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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.25.3. <details> <summary>Release notes</summary> *Sourced from [urllib3's releases](https://github.com/urllib3/urllib3/releases).* > ## 1.25.2 > No release notes provided. > > ## 1.25.1 > * Add support for Google's ``Brotli`` package. (Pull [#1572](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1572), Pull [#1579](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1579)) > * Upgrade bundled rfc3986 to v1.3.1 (Pull [#1578](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1578)) > > ## 1.25 > Release: 1.25 > > ## 1.24.3 > Release: 1.24.3 </details> <details> <summary>Changelog</summary> *Sourced from [urllib3's changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst).* > 1.25.3 (2019-05-23) > ------------------- > > * Change ``HTTPSConnection`` to load system CA certificates > when ``ca_certs``, ``ca_cert_dir``, and ``ssl_context`` are > unspecified. (Pull [#1608](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1608), Issue [#1603](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1603)) > > * Upgrade bundled rfc3986 to v1.3.2. (Pull [#1609](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1609), Issue [#1605](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1605)) > > > 1.25.2 (2019-04-28) > ------------------- > > * Change ``is_ipaddress`` to not detect IPvFuture addresses. (Pull [#1583](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1583)) > > * Change ``parse_url`` to percent-encode invalid characters within the > path, query, and target components. (Pull [#1586](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1586)) > > > 1.25.1 (2019-04-24) > ------------------- > > * Add support for Google's ``Brotli`` package. (Pull [#1572](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1572), Pull [#1579](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1579)) > > * Upgrade bundled rfc3986 to v1.3.1 (Pull [#1578](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1578)) > > > 1.25 (2019-04-22) > ----------------- > > * Require and validate certificates by default when using HTTPS (Pull [#1507](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1507)) > > * Upgraded ``urllib3.utils.parse_url()`` to be RFC 3986 compliant. (Pull [#1487](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1487)) > > * Added support for ``key_password`` for ``HTTPSConnectionPool`` to use > encrypted ``key_file`` without creating your own ``SSLContext`` object. (Pull [#1489](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1489)) > > * Add TLSv1.3 support to CPython, pyOpenSSL, and SecureTransport ``SSLContext`` > implementations. (Pull [#1496](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1496)) > > * Switched the default multipart header encoder from RFC 2231 to HTML 5 working draft. (Issue [#303](https://github-redirect.dependabot.com/urllib3/urllib3/issues/303), PR [#1492](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1492)) > > * Fixed issue where OpenSSL would block if an encrypted client private key was > given and no password was given. Instead an ``SSLError`` is raised. (Pull [#1489](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1489)) > > * Added support for Brotli content encoding. It is enabled automatically if > ``brotlipy`` package is installed which can be requested with > ``urllib3[brotli]`` extra. (Pull [#1532](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1532)) > > * Drop ciphers using DSS key exchange from default TLS cipher suites. ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`337992a`](https://github.com/urllib3/urllib3/commit/337992aba77104fb84e7b14f5a2c9aa1d3039415) Release v1.25.3 ([#1616](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1616)) - [`42bacbc`](https://github.com/urllib3/urllib3/commit/42bacbca876461ae8a5ec993992b7f84e27b693d) Load system CA certificates by default on empty HTTPSConnection ([#1608](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1608)) - [`0a97553`](https://github.com/urllib3/urllib3/commit/0a97553f48505066d27f5119e8bbead8c9cc0a77) Create .github/FUNDING.yml ([#1615](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1615)) - [`cdbceed`](https://github.com/urllib3/urllib3/commit/cdbceed4ff064ab380ad13aecbdc0707ae607570) Remove extra words in the contributing docs ([#1613](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1613)) - [`3773cf1`](https://github.com/urllib3/urllib3/commit/3773cf123cf1e195691f26ad870de8f6b423e7a9) Upgrade rfc3986 to 1.3.2 ([#1609](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1609)) - [`027fc8e`](https://github.com/urllib3/urllib3/commit/027fc8e041f614f106e5229adcff76a2728b27ed) Document 1.24.3 patch release ([#1606](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1606)) - [`7d813bc`](https://github.com/urllib3/urllib3/commit/7d813bce9b1e39e45678209ccca771e825bc9472) Merge pull request [#1598](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1598) from urllib3/haikuginger/remove-akamai - [`78dbac0`](https://github.com/urllib3/urllib3/commit/78dbac03182409609b60b3e022b7c62ccb157e3a) Fix names; remove Akamai as ongoing sponsor - [`7c8422f`](https://github.com/urllib3/urllib3/commit/7c8422faaae74cc76b681634a979f8650e880181) Update coverage for nox ([#1596](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1596)) - [`49eea80`](https://github.com/urllib3/urllib3/commit/49eea8082ab34094d0c53f1d26e5c588d5372d74) Release 1.25.2 ([#1588](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1588)) - Additional commits viewable in [compare view](https://github.com/urllib3/urllib3/compare/1.24.2...1.25.3) </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urllib3&package-manager=pip&previous-version=1.24.2&new-version=1.25.3)](https://help.github.com/articles/configuring-automated-security-fixes) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 </details>
The pull request has been merged as 9c5d7cf208.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.