From ef1eb1cd5cfe6d23b2da1263a18b9a387f172945 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 22:55:12 +0200 Subject: [PATCH] Bump ogn-client from 0.9.7 to 1.0.0 (#144) Bumps [ogn-client](https://github.com/glidernet/python-ogn-client) from 0.9.7 to 1.0.0. - [Release notes](https://github.com/glidernet/python-ogn-client/releases) - [Changelog](https://github.com/glidernet/python-ogn-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/glidernet/python-ogn-client/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a98819d..a174c22 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( 'aerofiles==1.0.0', 'geoalchemy2==0.8.4', 'shapely==1.7.1', - 'ogn-client==0.9.7', + 'ogn-client==1.0.0', 'mgrs==1.4.0', 'psycopg2-binary==2.8.6', 'xmlunittest==0.5.0',