diff --git a/setup.py b/setup.py index d707fd8a..6db27d86 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ def run_tests(self): "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Libraries :: Python Modules"], install_requires=[ - "oidcmsg==1.4.0", + "oidcmsg==1.4.1", "cryptojwt==1.5.2", "pyyaml", "jinja2>=2.11.3",