From a2777216957a2052541df35bb095731d537751d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:38:49 +0000 Subject: [PATCH] Update geoalchemy2 requirement from <0.7.0 to <0.18.0 Updates the requirements on [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) to permit the latest version. - [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.1...0.17.0) --- updated-dependencies: - dependency-name: geoalchemy2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 312ffae5..32538bac 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(fname): "demandlib < 0.3.0", "descartes < 1.2.0", "egoio >= 0.4.7, < 0.5.0", - "geoalchemy2 < 0.7.0", + "geoalchemy2 < 0.18.0", "geopandas >= 0.12.0, < 1.1.0", "geopy >= 2.0.0, < 2.5.0", "jupyterlab < 4.4.0",