Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade pysaml2 dependency to latest bugfix releae 4.5.0
  • Loading branch information
knaperek committed Feb 22, 2018
commit 3458921b6999fc40ee13566d02683cc92ac76814
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def read(*rnames):
'defusedxml>=0.4.1',
'Django>=1.8',
'enum34;python_version > "3" and python_version < "3.4"',
'pysaml2==4.4.0',
'pysaml2==4.5.0',
],
extras_require=extra,
)