marshmallow-code / apispec-webframeworks

Web framework plugins for apispec (formally in apispec.ext).
MIT License
32 stars 23 forks source link

Bump tornado from 5.1.1 to 6.0.1 #37

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps tornado from 5.1.1 to 6.0.1.

Changelog *Sourced from [tornado's changelog](https://github.com/tornadoweb/tornado/blob/v6.0.1/docs/releases.rst).* > Release notes > =============
Commits - [`c9dad2a`](https://github.com/tornadoweb/tornado/commit/c9dad2a3082cf9d793e47389430939ae5e61a760) Merge pull request [#2610](https://github-redirect.dependabot.com/tornadoweb/tornado/issues/2610) from bdarnell/release-601 - [`67a54b0`](https://github.com/tornadoweb/tornado/commit/67a54b0bdc509ffd7c614f69afa2180589c3de48) Set version number to 6.0.1 - [`5517b88`](https://github.com/tornadoweb/tornado/commit/5517b882d23de00882f9f8bb37076d8deb3a6690) Release notes for 6.0.1 - [`61e1dbf`](https://github.com/tornadoweb/tornado/commit/61e1dbf98386e39dcb961d05da820778cede2999) Fix importability on python 3.5.2 - [`3c8728d`](https://github.com/tornadoweb/tornado/commit/3c8728d8d0eb28fa43aa91073be222b04d799bde) Merge pull request [#2602](https://github-redirect.dependabot.com/tornadoweb/tornado/issues/2602) from bdarnell/version-6.0 - [`99ea6d2`](https://github.com/tornadoweb/tornado/commit/99ea6d2cc908d69839270d2b8b65887945803b8b) Set version to 6.0 - [`4f1ebe4`](https://github.com/tornadoweb/tornado/commit/4f1ebe47324ba73f60591bccf1d6f6d3a2f640a2) Merge pull request [#2588](https://github-redirect.dependabot.com/tornadoweb/tornado/issues/2588) from bdarnell/6.0b1 - [`7457d6f`](https://github.com/tornadoweb/tornado/commit/7457d6f58387a801fa2c648daa341e7043734219) Set version to 6.0b1 - [`8bdf755`](https://github.com/tornadoweb/tornado/commit/8bdf75567d57271907bd8c19db36a126decdfd4b) Merge pull request [#2587](https://github-redirect.dependabot.com/tornadoweb/tornado/issues/2587) from bdarnell/opt - [`89993db`](https://github.com/tornadoweb/tornado/commit/89993dbea47698219f9d89444c769f5a418d9696) Merge pull request [#2586](https://github-redirect.dependabot.com/tornadoweb/tornado/issues/2586) from sadielbartholomew/minor-docs-improvements - Additional commits viewable in [compare view](https://github.com/tornadoweb/tornado/compare/v5.1.1...v6.0.1)


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 will not automatically merge this PR because it includes a major update to a development dependency.


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.
lafrech commented 5 years ago

Tornado 3.6 (http://www.tornadoweb.org/en/stable/releases/v6.0.0.html):

Python 2.7 and 3.4 are no longer supported; the minimum supported Python version is 3.5.2.

We could drop Python2 as well. All libs are bound to drop it anyway. But there may be existing users relying on it.

Holding Tornado version is not really an option.

Or only drop Python 2 support for the Tornado plugin and add conditions to avoid installing Tornado and importing on Python 2.

This error message

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

makes me think that dropping Python 2 could be the best option.

dependabot-preview[bot] commented 5 years ago

Superseded by #39.