From 469a61bb765ae320e8759f0e5bf8d608c9a26009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:17:11 +0000 Subject: [PATCH] chore(deps): update tornado requirement from >=6.4.1 to >=6.5.5 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.4.1...v6.5.5) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.5 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 5251d85c..345f7c5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ opencv-python>=4.10.0.84 numpy>=1.22.2 bokeh>=2.4.3 -tornado>=6.4.1 +tornado>=6.5.5 ipython>=8.29.0 traitlets>=5.14.3 pylsl>=1.16.2