Skip to content

Commit

Permalink
Update tornado requirement in the pip group (#1176)
Browse files Browse the repository at this point in the history
Updates the requirements on [tornado](https://github.com/tornadoweb/tornado) to permit the latest version.

Updates `tornado` to 6.4.1
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v4.3.0...v6.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 2064831 commit d4d4bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"pyOpenSSL>=17.1.0",
"requests>=2.27.1",
"sockjs_tornado>=1.0.7",
"tornado>=6,<6.3",
"tornado>=6,<6.5",
"typing_extensions>=4.12.2",
]
license = {file = "LICENSE"}
Expand Down

0 comments on commit d4d4bf0

Please sign in to comment.