From 64f3291c485bbfbeac8af47f28a02b36c5fe158b Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sun, 27 Mar 2022 12:28:35 +0200 Subject: [PATCH] bump requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 03527b6..2a8ec3f --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def run_tests(self): "Programming Language :: Python :: 3.10", "Topic :: Software Development :: Libraries :: Python Modules"], install_requires=[ - "cryptojwt==1.6.1", + "cryptojwt>=1.7.1", "pyOpenSSL", "filelock>=3.0.12", 'pyyaml>=5.1.2'