From 9535706ab6b5da6b44c04a080c29382caf487ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:49:26 +0000 Subject: [PATCH] build(deps): bump holoviews from 1.20.0 to 1.20.2 Bumps [holoviews](https://github.com/holoviz/holoviews) from 1.20.0 to 1.20.2. - [Release notes](https://github.com/holoviz/holoviews/releases) - [Changelog](https://github.com/holoviz/holoviews/blob/main/doc/releases.md) - [Commits](https://github.com/holoviz/holoviews/compare/v1.20.0...v1.20.2) --- updated-dependencies: - dependency-name: holoviews dependency-version: 1.20.2 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 6369234e..c56417d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ web = [ # data serialization "pyarrow==20.0.0", # plots - "holoviews==1.20.0", + "holoviews==1.20.2", "hvplot==0.11.2", "matplotlib==3.10.3", "seaborn==0.13.2",