From b22128a7540375313d8d24db325ccd47b318808a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:40:32 +0000 Subject: [PATCH] chore(deps): update ipython requirement from >=8.29.0 to >=9.14.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/8.29.0...9.14.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.14.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 5251d85c..36e5b75c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ opencv-python>=4.10.0.84 numpy>=1.22.2 bokeh>=2.4.3 tornado>=6.4.1 -ipython>=8.29.0 +ipython>=9.14.0 traitlets>=5.14.3 pylsl>=1.16.2 joblib>=1.4.2