Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tornado requirement from ~=6.2 to ~=6.3.3 #3675

Merged
merged 4 commits into from Sep 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2023

Updates the requirements on tornado to permit the latest version.

Changelog

Sourced from tornado's changelog.

Release notes

.. toctree:: :maxdepth: 2

releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0 releases/v5.0.2 releases/v5.0.1 releases/v5.0.0 releases/v4.5.3 releases/v4.5.2 releases/v4.5.1 releases/v4.5.0 releases/v4.4.3 releases/v4.4.2 releases/v4.4.1 releases/v4.4.0 releases/v4.3.0 releases/v4.2.1 releases/v4.2.0 releases/v4.1.0 releases/v4.0.2 releases/v4.0.1 releases/v4.0.0 releases/v3.2.2 releases/v3.2.1 releases/v3.2.0 releases/v3.1.1 releases/v3.1.0 releases/v3.0.2 releases/v3.0.1 releases/v3.0.0 releases/v2.4.1 releases/v2.4.0 releases/v2.3.0 releases/v2.2.1 releases/v2.2.0 releases/v2.1.1 releases/v2.1.0

... (truncated)

Commits
  • 419838b Merge pull request #3255 from bdarnell/bump-version-6.3.1
  • cd5b9fc Bump version to 6.3.1
  • 2453344 Merge pull request #3254 from bdarnell/fix-set-cookie-case
  • d3e8181 web: Restore case-insensitivity of set_cookie args
  • 298dc39 Merge pull request #3251 from bdarnell/release-6.3
  • 8a159c0 Set version to 6.3 final
  • 5c0b255 Merge pull request #3250 from bdarnell/build-workflow-update
  • 9a15f35 ci: Update build workflow
  • c83389f Merge pull request #3249 from bdarnell/version-6.3b1
  • d0c57b7 Set version number to 6.3b1
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [tornado](https://github.com/tornadoweb/tornado) to permit the latest version.
- [Release notes](https://github.com/tornadoweb/tornado/releases)
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.2.0...v6.3.1)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Apr 21, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Looks like you edited the (optional) requirements or the pre-commit hooks. I'm just a friendly reminder to keep the additional dependencies for the hooks in sync with the requirements :)

@Bibo-Joshi
Copy link
Member

Tornado 6.3 removes support for python 3.7, which we still support, so we can't upgrade.

@Bibo-Joshi Bibo-Joshi closed this Apr 22, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/tornado-approx-eq-6.3 branch April 22, 2023 06:22
@github-actions github-actions bot locked and limited conversation to collaborators Apr 30, 2023
@harshil21 harshil21 restored the dependabot/pip/tornado-approx-eq-6.3 branch September 18, 2023 16:54
@harshil21
Copy link
Member

Reopening cause we also dropped support for Py 3.7

@harshil21 harshil21 reopened this Sep 18, 2023
@harshil21 harshil21 changed the title Update tornado requirement from ~=6.2 to ~=6.3 Update tornado requirement from ~=6.2 to ~=6.3.3 Sep 18, 2023
@Bibo-Joshi
Copy link
Member

Thanks for digging this up @harshil21 !

test official is failing due to API 6.9. I blame the readme-warning failure on the old branch :D
merging.

@Bibo-Joshi Bibo-Joshi merged commit fc5a56c into master Sep 22, 2023
23 of 25 checks passed
@Bibo-Joshi Bibo-Joshi deleted the dependabot/pip/tornado-approx-eq-6.3 branch September 22, 2023 16:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants