From 491fc175c07292d57a09c58e76806bfc71244eb3 Mon Sep 17 00:00:00 2001 From: sokser Date: Mon, 21 Oct 2019 14:51:35 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index beb0c58..ad05020 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ url='https://singer.io', classifiers=['Programming Language :: Python :: 3 :: Only'], install_requires=[ - 'singer-python==5.3.1', + 'singer-python==5.8.1', 'psycopg2==2.7.4', 'strict-rfc3339==0.7', 'nose==1.3.7'