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

Commit 06e2e8d

Browse files
committed
fix: setup.py - oidcmsg version
1 parent 49e9483 commit 06e2e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run_tests(self):
6767
"Programming Language :: Python :: 3.9",
6868
"Topic :: Software Development :: Libraries :: Python Modules"],
6969
install_requires=[
70-
'oidcmsg==1.3.2',
70+
'oidcmsg==1.3.3-1',
7171
'pyyaml>=5.1.2',
7272
'responses'
7373
],

0 commit comments

Comments
 (0)