From 6d084014ca9bf7d167ff926721d203e46768600d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:54:49 +0000 Subject: [PATCH 1/2] build(deps-dev): update hvplot requirement 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.8.3...v0.9.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 267bb456..b3464a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ docs = [ "geojson~=3.0.1", "geopandas~=0.13.0", "geoviews~=1.9", - "hvplot~=0.8.3", + "hvplot>=0.8.3,<0.10.0", "ipykernel~=6.22", "ipython~=8.12", "jinja2<4.0", From ea01adb6c5f57a3fcd69802e444f4df77982d4a4 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 17 Oct 2023 07:02:12 -0600 Subject: [PATCH 2/2] deps: use ~= --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3464a62..e98127a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ docs = [ "geojson~=3.0.1", "geopandas~=0.13.0", "geoviews~=1.9", - "hvplot>=0.8.3,<0.10.0", + "hvplot~=0.9.0", "ipykernel~=6.22", "ipython~=8.12", "jinja2<4.0",