From 5c7a13cd99cb8474a7611970dd259f471dc1a449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:50:18 +0000 Subject: [PATCH] Bump pysaml2 from 4.5.0 to 6.5.0 Bumps [pysaml2](https://github.com/IdentityPython/pysaml2) from 4.5.0 to 6.5.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...v6.5.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 01403e3..7270773 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==6.5.0', 'PyYAML', 'gevent==21.12.0', 'requests==2.28.1',