Update tornado requirement from <=6.5.1,>=6.5.0 to >=6.5.0,<=6.5.2 (#7847)

Updates the requirements on [tornado](https://github.com/tornadoweb/tornado) to permit the latest version.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.0...v6.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-24 17:28:44 +00:00 committed by GitHub
parent 3780e60bb7
commit 39ce2161ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ dependencies = [
"pyperclip<=1.9.0,>=1.9.0",
"ruamel.yaml>=0.18.10,<=0.18.14",
"sortedcontainers>=2.3,<=2.4.0",
"tornado>=6.5.0,<=6.5.1",
"tornado>=6.5.0,<=6.5.2",
"typing-extensions>=4.13.2,<=4.14; python_version < '3.13'",
"urwid>=2.6.14,<=2.6.16",
"wsproto>=1.0,<=1.2.0",

2
uv.lock generated
View file

@ -793,7 +793,7 @@ requires-dist = [
{ name = "pyperclip", specifier = "<=1.9.0,>=1.9.0" },
{ name = "ruamel-yaml", specifier = ">=0.18.10,<=0.18.14" },
{ name = "sortedcontainers", specifier = ">=2.3,<=2.4.0" },
{ name = "tornado", specifier = ">=6.5.0,<=6.5.1" },
{ name = "tornado", specifier = ">=6.5.0,<=6.5.2" },
{ name = "typing-extensions", marker = "python_full_version < '3.13'", specifier = ">=4.13.2,<=4.14" },
{ name = "urwid", specifier = ">=2.6.14,<=2.6.16" },
{ name = "wsproto", specifier = ">=1.0,<=1.2.0" },