From 28be7a9f36bec78ec676d2f39684af242fd2a26d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:24:05 +0000 Subject: [PATCH] chore(deps): update tornado requirement from >=6.5.6 to >=6.5.7 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.6...v6.5.7) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d069d5e..5a72e8a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ opencv-python>=4.10.0.84 numpy>=2.4.6 bokeh>=2.4.3 -tornado>=6.5.6 +tornado>=6.5.7 ipython>=9.14.0 traitlets>=5.15.0 pylsl>=1.16.2