From 82ad55459f54bd89c286ae2b8757c89044d99ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:43:04 +0000 Subject: [PATCH] chore(deps): update tornado requirement from >=6.4.1 to >=6.5.6 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.6) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.6 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 e3737b99..3b4bf50b 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.4.1 +tornado>=6.5.6 ipython>=9.14.0 traitlets>=5.14.3 pylsl>=1.16.2