diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 0c9c7c9..d3f4982 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ py_modules=["tap_lessonly"], install_requires=[ "singer-python>=5.0.12", - "PyJWT==1.7.1", + "PyJWT==2.4.0", "requests", ], entry_points="""