From ed00a7658b833f49170e91ca22713be3a04660f6 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Fri, 3 Dec 2021 16:09:15 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27f19ad..17cc3e1 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def run_tests(self): "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Libraries :: Python Modules"], install_requires=[ - 'oidcmsg==1.4.1', + 'oidcmsg>=1.5.3', 'pyyaml>=5.1.2', 'responses' ],