From 0797474c488938ec4512e326188d442181fc2e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 04:04:47 +0000 Subject: [PATCH] Bump geoalchemy2 from 0.9.0 to 0.13.0 Bumps [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) from 0.9.0 to 0.13.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.9.0...0.13.0) --- updated-dependencies: - dependency-name: geoalchemy2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5539be..bb14da4 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ 'Flask-Redis==0.4.0', 'redis==3.5.3', 'aerofiles==1.0.0', - 'geoalchemy2==0.9.0', + 'geoalchemy2==0.13.0', 'shapely==1.7.1', 'ogn-client==1.2.1', 'mgrs==1.4.2',