From 69a73410870ab138ed272ef4b0f2992253c7fa08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:43:00 +0000 Subject: [PATCH] chore(deps): update traitlets requirement from >=5.14.3 to >=5.15.0 Updates the requirements on [traitlets](https://github.com/ipython/traitlets) to permit the latest version. - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/traitlets/compare/v5.14.3...v5.15.0) --- updated-dependencies: - dependency-name: traitlets dependency-version: 5.15.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 e3737b99..9c00d627 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ numpy>=2.4.6 bokeh>=2.4.3 tornado>=6.4.1 ipython>=9.14.0 -traitlets>=5.14.3 +traitlets>=5.15.0 pylsl>=1.16.2 joblib>=1.4.2 pandas>=3.0.3