From f07cf7c072d9a0dca3d2bae713d5b84763c42b6d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sat, 8 Jun 2019 07:46:42 +0000 Subject: [PATCH] Bump ogn-client from 0.9.1 to 0.9.3 Bumps [ogn-client](https://github.com/glidernet/python-ogn-client) from 0.9.1 to 0.9.3. - [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 e339e2c..79851d5 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( 'aerofiles==1.0.0', 'geoalchemy2==0.4.0', 'shapely==1.6.4.post2', - 'ogn-client==0.9.1', + 'ogn-client==0.9.3', 'psycopg2-binary==2.8.1', 'mgrs==1.3.5', 'xmlunittest==0.5.0',