diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index de2f23a..877d44b --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ py_modules=["tap_stella"], install_requires=[ "singer-python>=5.7.3", - "PyJWT==1.7.1", + "PyJWT==2.4.0", "requests", ], entry_points="""