From 2a20110648975fe1b976ab4f10e6320d96f578d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:03:37 +0000 Subject: [PATCH] Update panel requirement from >=1.2.1 to >=1.9.3 Updates the requirements on [panel](https://github.com/holoviz/panel) to permit the latest version. - [Release notes](https://github.com/holoviz/panel/releases) - [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md) - [Commits](https://github.com/holoviz/panel/compare/v1.2.1...v1.9.3) --- updated-dependencies: - dependency-name: panel dependency-version: 1.9.3 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 843cec08..5c5f94d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ networkx>=2.2 numpy>=1.15.4 # pandas packaging>=26.2 pandas>=1.4.0, <3.0.0 -panel>=1.2.1 +panel>=1.9.3 Pillow>=12.2.0 # (sec vuln) transitive dependency via bokeh pydantic>=1.8.0, <3.0.0 pygments>=2.20.0