From 082dc8448d03fdeda8b0f54bf27c0977ceb7a8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 03:05:20 +0000 Subject: [PATCH] Update shapely requirement from ~=2.0.2 to ~=2.0.3 Updates the requirements on [shapely](https://github.com/shapely/shapely) to permit the latest version. - [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.2...2.0.3) --- updated-dependencies: - dependency-name: shapely dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 132eecf..64200d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ matplotlib~=3.8.2 numpy~=1.26.2 pyshp~=2.3 python-dateutil~=2.8 -shapely~=2.0.2 +shapely~=2.0.3 six~=1.16