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

Commit 2d9acdb

Browse files
committed
Updated dependencies.
1 parent 97a6e7e commit 2d9acdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ def run_tests(self):
6767
"Topic :: Software Development :: Libraries :: Python Modules"],
6868
install_requires=[
6969
"pyyaml>=5.1.0",
70-
"cryptojwt>=0.6.6",
71-
'oidcmsg>=0.6.2',
70+
"cryptojwt>=0.7.13",
71+
'oidcmsg>=0.6.6',
7272
],
7373
tests_require=[
7474
"responses",

src/oidcservice/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
__author__ = 'Roland Hedberg'
12-
__version__ = '0.6.6'
12+
__version__ = '0.6.7'
1313

1414

1515
OIDCONF_PATTERN = "{}/.well-known/openid-configuration"

0 commit comments

Comments
 (0)