From 37b88d3eed6f0ac2475ec37a4bae8df8ae7e2fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:10:10 +0000 Subject: [PATCH] build(deps-dev): bump param from 2.2.1 to 2.3.1 Bumps [param](https://github.com/holoviz/param) from 2.2.1 to 2.3.1. - [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.1) --- updated-dependencies: - dependency-name: param dependency-version: 2.3.1 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 35060918..3deb3810 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.1", # data processing "pandas==2.3.3", "python-dateutil==2.9.0.post0",