From cba02d242789bea59b6dced9589b9b1fde9ee061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:28:43 -0600 Subject: [PATCH] build(deps): update hvplot requirement from ~=0.10.0 to ~=0.11.0 (#737) Updates the requirements on [hvplot](https://github.com/holoviz/hvplot) to permit the latest version. - [Release notes](https://github.com/holoviz/hvplot/releases) - [Changelog](https://github.com/holoviz/hvplot/blob/main/doc/releases.md) - [Commits](https://github.com/holoviz/hvplot/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: hvplot dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e575c3dd..7e0019e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "geojson~=3.1.0", "geopandas~=1.0.0", "geoviews~=1.9", - "hvplot~=0.10.0", + "hvplot~=0.11.0", "ipykernel~=6.22", "ipython~=8.12", "jinja2<4.0",