From c1823f675ba1edc134b26f8d28ff61c8f1bb31f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:24:56 +0000 Subject: [PATCH] chore(deps): update ipython requirement from >=9.14.0 to >=9.16.0 Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.14.0...9.16.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.16.0 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..b0c9f433 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ opencv-python>=4.10.0.84 numpy>=2.4.6 bokeh>=2.4.3 tornado>=6.5.6 -ipython>=9.14.0 +ipython>=9.16.0 traitlets>=5.15.0 pylsl>=1.16.2 joblib>=1.4.2