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", ],