mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
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:
parent
3780e60bb7
commit
39ce2161ca
2 changed files with 2 additions and 2 deletions
|
|
@ -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
2
uv.lock
generated
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue