From 67abee73ea487db2bc01396ae253b4205c2347b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 05:00:18 +0000 Subject: [PATCH] Bump fiona from 1.8.22 to 1.9.1 Bumps [fiona](https://github.com/Toblerity/Fiona) from 1.8.22 to 1.9.1. - [Release notes](https://github.com/Toblerity/Fiona/releases) - [Changelog](https://github.com/Toblerity/Fiona/blob/master/CHANGES.txt) - [Commits](https://github.com/Toblerity/Fiona/compare/1.8.22...1.9.1) --- updated-dependencies: - dependency-name: fiona dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5894054..06e6827 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.23.4 pandas==1.5.0 matplotlib==3.6.1 loguru==0.6.0 -Fiona==1.8.22 +Fiona==1.9.1 pyproj~=3.4.0 geopandas==0.10.2 rasterio~=1.3.3