From 98569bcad844d4bfb3dd13cb8f9a6920a527f48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:11:27 +0000 Subject: [PATCH] build(deps-dev): bump param from 2.2.1 to 2.3.0 Bumps [param](https://github.com/holoviz/param) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/holoviz/param/releases) - [Changelog](https://github.com/holoviz/param/blob/main/doc/releases.md) - [Commits](https://github.com/holoviz/param/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: param dependency-version: 2.3.0 dependency-type: direct:development 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 8edee6a3..d42defb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ examples = [ ] # dvc-s3 is needed to access 'dagshub' dvc remote web = [ "panel==1.8.2", - "param==2.2.1", + "param==2.3.0", # data processing "pandas==2.3.3", "python-dateutil==2.9.0.post0",