From 3d54f156fb21a7c98d052f18f91205060abd9873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 04:18:23 +0000 Subject: [PATCH] Bump geoalchemy2 from 0.9.0 to 0.10.2 Bumps [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) from 0.9.0 to 0.10.2. - [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.10.2) --- 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..72fb46b 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.10.2', 'shapely==1.7.1', 'ogn-client==1.2.1', 'mgrs==1.4.2',