From 524ef7faa76ec98b10b0850c090754728eca5857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:10:23 +0000 Subject: [PATCH] Bump shapely from 2.0.6 to 2.0.7 Bumps [shapely](https://github.com/shapely/shapely) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt) - [Commits](https://github.com/shapely/shapely/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.demo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.demo.txt b/requirements.demo.txt index e4b70e2..cf1bec2 100644 --- a/requirements.demo.txt +++ b/requirements.demo.txt @@ -1,7 +1,7 @@ Jinja2 matplotlib Fiona==1.10.1 -shapely==2.0.6 +shapely==2.0.7 osmnx==2.0.1 # geopandas==1.0.1 # osmnx 1.9.4 depends on geopandas<0.15 and >=0.12 uvicorn[standard]==0.34.0