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'