From 3ae1322d012d66c67e00332801b96b9568a57525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:50:13 +0000 Subject: [PATCH] build(deps): bump param from 2.2.0 to 2.2.1 Bumps [param](https://github.com/holoviz/param) from 2.2.0 to 2.2.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.0...v2.2.1) --- updated-dependencies: - dependency-name: param dependency-version: 2.2.1 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..98b95e7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ examples = [ ] # dvc-s3 is needed to access 'dagshub' dvc remote web = [ "panel==1.6.1", - "param==2.2.0", + "param==2.2.1", # data processing "pandas==2.3.0", "python-dateutil==2.9.0.post0",