From 18595c3214442dfabc8b8dd3c9492bd53fda1739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:13:56 +0000 Subject: [PATCH] build(deps): bump panel from 1.6.1 to 1.8.2 Bumps [panel](https://github.com/holoviz/panel) from 1.6.1 to 1.8.2. - [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.6.1...v1.8.2) --- updated-dependencies: - dependency-name: panel dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c96e80d..d4f1cac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ examples = [ "dvc[s3]==3.63.0", ] # dvc-s3 is needed to access 'dagshub' dvc remote web = [ - "panel==1.6.1", + "panel==1.8.2", "param==2.2.1", # data processing "pandas==2.3.0",