From a55f47b2c3813658ff575b588976e744dbece0ae Mon Sep 17 00:00:00 2001 From: uros-tm <51889619+uros-tm@users.noreply.github.com> Date: Fri, 7 Aug 2020 22:43:33 +0100 Subject: [PATCH] Bump pendulum to 2.1.2 Includes https://github.com/sdispater/pendulum/pull/431 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86bc846..2fe7792 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ classifiers=["Programming Language :: Python :: 3 :: Only"], py_modules=["tap_pipedrive"], install_requires=[ - "pendulum==2.0.4", + "pendulum==2.1.2", "requests==2.21.0", "singer-python==5.4.1", ],