From d78f79ba6ea2df44bddf0ce14f02ce80fbdcc3dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:34:44 +0000 Subject: [PATCH] build(deps-dev): update geojson requirement Updates the requirements on [geojson](https://github.com/jazzband/geojson) to permit the latest version. - [Changelog](https://github.com/jazzband/geojson/blob/main/CHANGELOG.rst) - [Commits](https://github.com/jazzband/geojson/compare/3.0.1...3.1.0) --- updated-dependencies: - dependency-name: geojson 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 d9590f9d..7a7832fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ docs = [ "Sphinx~=6.2", "boto3~=1.26", "cartopy~=0.21", - "geojson~=3.0.1", + "geojson>=3.0.1,<3.2.0", "geopandas~=0.14.0", "geoviews~=1.9", "hvplot~=0.9.0",