From ad3419ce17325f9065280df8857d4e8a55787934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:43:10 +0000 Subject: [PATCH] build(deps): update geojson requirement from ~=3.1.0 to ~=3.2.0 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.1.0...3.2.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 e3db6654..cb3840b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ "Sphinx~=8.0", "boto3~=1.26", "cartopy~=0.21", - "geojson~=3.1.0", + "geojson~=3.2.0", "geopandas~=1.0.0", "geoviews~=1.9", "hvplot~=0.11.0",