From e57e4309afbf1fed14f2dd126aa8a8e55149f46c Mon Sep 17 00:00:00 2001 From: Francois Beauchemin Date: Fri, 7 Aug 2020 14:21:09 -0400 Subject: [PATCH] Bump singer-python patch version to fix datetime error on windows. #32 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef94006..f872d97 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.3.3', 'cx_Oracle==6.1', 'strict-rfc3339==0.7' ],