From 046d254e3324a22308c40b4c6e002e78e089dfcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 02:10:28 +0000 Subject: [PATCH] build(deps): update hvplot requirement from ~=0.9.0 to >=0.9,<0.11 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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: hvplot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68567aa6..e9791c58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ docs = [ "geojson~=3.1.0", "geopandas~=0.14.0", "geoviews~=1.9", - "hvplot~=0.9.0", + "hvplot>=0.9,<0.11", "ipykernel~=6.22", "ipython~=8.12", "jinja2<4.0",