IceflowRE / unidown

Universal Downloader - update, manage, download.
GNU General Public License v3.0
0 stars 2 forks source link

Bump urllib3 from 1.24.2 to 1.25.2 #114

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps urllib3 from 1.24.2 to 1.25.2.

Release notes *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
Changelog *Sourced from [urllib3's changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst).* > 1.25.2 (2019-04-28) > =================== > > - Change `is_ipaddress` to not detect IPvFuture addresses. (Pull [\#1583](https://github.com/urllib3/urllib3/issues/\1583)) > - Change `parse_url` to percent-encode invalid characters within the path, query, and target components. (Pull [\#1586](https://github.com/urllib3/urllib3/issues/\1586)) > > 1.25.1 (2019-04-24) > =================== > > - Add support for Google's `Brotli` package. (Pull [\#1572](https://github.com/urllib3/urllib3/issues/\1572), Pull [\#1579](https://github.com/urllib3/urllib3/issues/\1579)) > - Upgrade bundled rfc3986 to v1.3.1 (Pull [\#1578](https://github.com/urllib3/urllib3/issues/\1578)) > > 1.25 (2019-04-22) > ================= > > - Require and validate certificates by default when using HTTPS (Pull [\#1507](https://github.com/urllib3/urllib3/issues/\1507)) > - Upgraded `urllib3.utils.parse_url()` to be RFC 3986 compliant. (Pull [\#1487](https://github.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.com/urllib3/urllib3/issues/\1489)) > - Add TLSv1.3 support to CPython, pyOpenSSL, and SecureTransport `SSLContext` implementations. (Pull [\#1496](https://github.com/urllib3/urllib3/issues/\1496)) > - Switched the default multipart header encoder from RFC 2231 to HTML 5 working draft. (Issue [\#303](https://github.com/urllib3/urllib3/issues/\303), PR [\#1492](https://github.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.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.com/urllib3/urllib3/issues/\1532)) > - Drop ciphers using DSS key exchange from default TLS cipher suites. Improve default ciphers when using SecureTransport. (Pull [\#1496](https://github.com/urllib3/urllib3/issues/\1496)) > - Implemented a more efficient `HTTPResponse.__iter__()` method. (Issue [\#1483](https://github.com/urllib3/urllib3/issues/\1483))
Commits - [`49eea80`](https://github.com/urllib3/urllib3/commit/49eea8082ab34094d0c53f1d26e5c588d5372d74) Release 1.25.2 ([#1588](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1588)) - [`a74c9cf`](https://github.com/urllib3/urllib3/commit/a74c9cfbaed9f811e7563cfc3dce894928e0221a) Percent-encode invalid characters with request target ([#1586](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1586)) - [`a0d2bfd`](https://github.com/urllib3/urllib3/commit/a0d2bfd6098fe996fca74b80cbe473236187157c) is_ipaddress shouldn't detect IPvFuture addresses ([#1583](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1583)) - [`dae790c`](https://github.com/urllib3/urllib3/commit/dae790cc1f41a9a8014ccfe0dad06b94794c46be) Don't require branch = master for tag pushes ([#1584](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1584)) - [`2001292`](https://github.com/urllib3/urllib3/commit/2001292974c0c98e1f06a51494babd5c601285d8) Switch to Nox ([#1580](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1580)) - [`85e7798`](https://github.com/urllib3/urllib3/commit/85e7798378fe1eda5c7425c0141c045974bd976f) Release 1.25.1 ([#1581](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1581)) - [`64e413f`](https://github.com/urllib3/urllib3/commit/64e413f1b2fef86a150ae747f00aab0e2be8e59c) Add first-class support for Brotli package ([#1579](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1579)) - [`ff8f721`](https://github.com/urllib3/urllib3/commit/ff8f7219d98a4f939260020244d0769bef81b305) Upgrade rfc3986 to v1.3.1 ([#1578](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1578)) - [`d7ece60`](https://github.com/urllib3/urllib3/commit/d7ece604359520f1c80c0b28ce711244640ab907) Change deploy stage to have it's own job and not run unit tests ([#1574](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1574)) - [`1e46888`](https://github.com/urllib3/urllib3/commit/1e468883a03491c806fb1a55ace17da82582c17a) Add integration tests for Google's Brotli package ([#1573](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1573)) - Additional commits viewable in [compare view](https://github.com/urllib3/urllib3/compare/1.24.2...1.25.2)


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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Looks like urllib3 is up-to-date now, so this is no longer needed.