Skip to content

Commit 2486597

Browse files
authored
Update dependencies (#22)
* Update pysaml2 to v7.1.0 * Update PyJWT to v2.3.0
1 parent bd68c1a commit 2486597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464

6565
packages=find_packages(),
6666

67-
install_requires=["pysaml2==6.4.1",
68-
"PyJWT==2.0.1",
67+
install_requires=["pysaml2==7.1.0",
68+
"PyJWT==2.3.0",
6969
"dictor==0.1.7"],
7070
include_package_data=True,
7171
)

0 commit comments

Comments
 (0)