Skip to content

Commit

Permalink
Update tornado requirement in the pip group
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]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 16b0c05 commit f1af8f8
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>=4.3,<5.0",
"tornado>=4.3,<7.0",
"typing_extensions>=4.12.2",
]
license = {file = "LICENSE"}
Expand Down

0 comments on commit f1af8f8

Please sign in to comment.