Learnosity / learnosity-sdk-python

Learnosity SDK for Python
Apache License 2.0
8 stars 10 forks source link

Bump urllib3 from 1.24.3 to 1.25.3 #27

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps urllib3 from 1.24.3 to 1.25.3.

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.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. Improve default ciphers when using SecureTransport. (Pull [#1496](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1496)) > - Implemented a more efficient `HTTPResponse.__iter__()` method. (Issue [#1483](https://github-redirect.dependabot.com/urllib3/urllib3/issues/1483))
Commits - [`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.3...1.25.3)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.