From 59be1b50574b54396456dee9247961d51dab990e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:03:15 +0000 Subject: [PATCH] Update shapely requirement from ~=1.7.1 to ~=2.0.0 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/1.7.1...2.0.0) --- 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 7b263fe..e7b13f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ outdated~=0.2.1 pint~=0.17 tabulate~=0.8.9 path~=16.0.0 -shapely~=1.7.1 +shapely~=2.0.0 numpy~=1.21.1 matplotlib~=3.4.2 pandas~=1.3.0 # because of io.common methods