From 8b5188d5fbecfeef9ea4ae67f8f4e5d2ae26a99c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 18:32:55 +0000 Subject: [PATCH] Bump ogn-client from 0.9.6 to 0.9.7 Bumps [ogn-client](https://github.com/glidernet/python-ogn-client) from 0.9.6 to 0.9.7. - [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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1927757..f3c970e 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( 'aerofiles==1.0.0', 'geoalchemy2==0.8.2', 'shapely==1.7.0', - 'ogn-client==0.9.6', + 'ogn-client==0.9.7', 'psycopg2-binary==2.8.5', 'mgrs==1.3.6', 'xmlunittest==0.5.0',