From 58910a2fef582954e8e39c5a5c40a04f68887e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2020 19:43:18 +0000 Subject: [PATCH] Bump pysaml2 from 4.5.0 to 5.0.0 Bumps [pysaml2](https://github.com/IdentityPython/pysaml2) from 4.5.0 to 5.0.0. - [Release notes](https://github.com/IdentityPython/pysaml2/releases) - [Changelog](https://github.com/IdentityPython/pysaml2/blob/master/CHANGELOG.md) - [Commits](https://github.com/IdentityPython/pysaml2/compare/v4.5.0...v5.0.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1dd9b9..4363c1e 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ packages=setuptools.find_packages('src'), include_package_data=True, install_requires=[ - 'pysaml2==4.5.0', + 'pysaml2==5.0.0', 'PyYAML', 'gevent==1.4.0', 'requests==2.23.0',