From ecb883a42917713f2fd7ff01ed7420bec7b1b6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:09:37 +0000 Subject: [PATCH] build(deps): bump panel from 1.8.2 to 1.8.4 Bumps [panel](https://github.com/holoviz/panel) from 1.8.2 to 1.8.4. - [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.8.2...v1.8.4) --- updated-dependencies: - dependency-name: panel dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35060918..687fb2f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ examples = [ "dvc[s3]==3.63.0", ] # dvc-s3 is needed to access 'dagshub' dvc remote web = [ - "panel==1.8.2", + "panel==1.8.4", "param==2.2.1", # data processing "pandas==2.3.3",