From 13c958f86981c92bd6a266bf5f551a7d0918c300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:23:16 +0000 Subject: [PATCH] chore(deps): update traitlets requirement from >=5.15.0 to >=5.15.1 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.15.0...v5.15.1) --- updated-dependencies: - dependency-name: traitlets dependency-version: 5.15.1 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..830db9a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ numpy>=2.4.6 bokeh>=2.4.3 tornado>=6.5.6 ipython>=9.14.0 -traitlets>=5.15.0 +traitlets>=5.15.1 pylsl>=1.16.2 joblib>=1.4.2 pandas>=3.0.3