Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 7d0ba45

Browse files
committed
Updated requirement oidcendpoint >= 0.13.2
Covered a change in the configuration file.
1 parent 12dda32 commit 7d0ba45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run_tests(self):
6262
"Topic :: Software Development :: Libraries :: Python Modules"],
6363
install_requires=[
6464
"pyyaml",
65-
'oidcendpoint>=0.13.1'
65+
'oidcendpoint>=0.13.2'
6666
],
6767
zip_safe=False,
6868
cmdclass={'test': PyTest},

0 commit comments

Comments
 (0)