From 8c828c8d91220e05900beddd8dc46027af216e00 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Wed, 29 Apr 2020 08:10:01 +0000 Subject: [PATCH] Bump pytz to 2020.1 (#12) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a094221..7de0356 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name="pipelinewise-singer-python", - version='1.1.1', + version='1.1.2', description="Singer.io utility library - PipelineWise compatible", long_description=long_description, long_description_content_type="text/markdown", @@ -17,7 +17,7 @@ ], url="https://github.com/transferwise/pipelinewise-singer-python", install_requires=[ - 'pytz==2019.3', + 'pytz==2020.1', 'jsonschema==2.6.0', 'simplejson==3.11.1', 'python-dateutil>=2.6.0',