From cecbdbfebfbb0c9c4adfb23f96614b7492b13ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:04:08 +0000 Subject: [PATCH] Update ipywidgets requirement from >=8.1.1 to >=8.1.8 Updates the requirements on [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) to permit the latest version. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.1...8.1.8) --- updated-dependencies: - dependency-name: ipywidgets dependency-version: 8.1.8 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 6f68cca..e8e9029 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ numpy>=1.25 ruamel.yaml>=0.18.5 quantities>=0.14.1 pandas>=2.1.2 -ipywidgets>=8.1.1 +ipywidgets>=8.1.8 click>=8.1.7 \ No newline at end of file