From df9452e8f83e8aca2b862b082a05ad811e324959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 21:05:40 +0200 Subject: [PATCH] Bump geoalchemy2 from 0.8.4 to 0.9.0 (#207) Bumps [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) from 0.8.4 to 0.9.0. - [Release notes](https://github.com/geoalchemy/geoalchemy2/releases) - [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt) - [Commits](https://github.com/geoalchemy/geoalchemy2/compare/0.8.4...0.9.0) --- updated-dependencies: - dependency-name: geoalchemy2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcf01e4..588c66f 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( 'Flask-Redis==0.4.0', 'redis==3.5.3', 'aerofiles==1.0.0', - 'geoalchemy2==0.8.4', + 'geoalchemy2==0.9.0', 'shapely==1.7.1', 'ogn-client==1.2.1', 'mgrs==1.4.0',