From 95f041c3eaab5c47195452a02eeba4da584406ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:57:31 +0000 Subject: [PATCH] build(deps): bump panel from 1.5.4 to 1.5.5 Bumps [panel](https://github.com/holoviz/panel) from 1.5.4 to 1.5.5. - [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.5.4...v1.5.5) --- updated-dependencies: - dependency-name: panel 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 7d7cb6f..35c12e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ examples = [ "dvc[s3]==3.58.0", ] # dvc-s3 is needed to access 'dagshub' dvc remote web = [ - "panel==1.5.4", + "panel==1.5.5", "param==2.1.1", # data processing "pandas==2.2.3",