From 2d79c88c4743e68525de2deffcb2d606e6aa3f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 05:27:19 +0000 Subject: [PATCH] build(deps): bump panel from 1.6.1 to 1.8.0 Bumps [panel](https://github.com/holoviz/panel) from 1.6.1 to 1.8.0. - [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.0) --- updated-dependencies: - dependency-name: panel dependency-version: 1.8.0 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 4438c399..1e557c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ examples = [ "dvc[s3]==3.59.2", ] # dvc-s3 is needed to access 'dagshub' dvc remote web = [ - "panel==1.6.1", + "panel==1.8.0", "param==2.2.1", # data processing "pandas==2.3.0",