From 5591b6789142931c4448f39c0cf790b0fd77d897 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Mon, 2 Nov 2020 14:14:39 +1100 Subject: [PATCH] bump underlying library --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e8a0b6..6992066 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ URL = "https://github.com/exxamalte/python-aio-georss-gdacs" REQUIRES = [ - 'aio_georss_client>=0.5', + 'aio_georss_client>=0.6', 'dateparser>=0.7.0', ]