From 97d9797023b66a6cc8c9a6032a11b91ebe8dea83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:37:33 +0000 Subject: [PATCH] build(deps-dev): bump param from 2.2.1 to 2.3.2 Bumps [param](https://github.com/holoviz/param) from 2.2.1 to 2.3.2. - [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.2) --- updated-dependencies: - dependency-name: param dependency-version: 2.3.2 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 dafdecc..fcc4530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ examples = [ ] # dvc-s3 is needed to access 'dagshub' dvc remote web = [ "panel==1.8.4", - "param==2.2.1", + "param==2.3.2", # data processing "pandas==2.3.3", "python-dateutil==2.9.0.post0",