From 6d508e469407c5aa8d24a157f56722feec888c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 00:57:28 +0000 Subject: [PATCH] Bump python-saml from 2.1.3 to 2.4.0 in /social/tests Bumps [python-saml](https://github.com/onelogin/python-saml) from 2.1.3 to 2.4.0. - [Release notes](https://github.com/onelogin/python-saml/releases) - [Changelog](https://github.com/onelogin/python-saml/blob/master/changelog.md) - [Commits](https://github.com/onelogin/python-saml/compare/v2.1.3...v2.4.0) Signed-off-by: dependabot[bot] --- social/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/tests/requirements.txt b/social/tests/requirements.txt index 525eac07a..2be0046fc 100644 --- a/social/tests/requirements.txt +++ b/social/tests/requirements.txt @@ -4,5 +4,5 @@ mock==1.0.1 nose>=1.2.1 rednose>=0.4.1 unittest2==0.5.1 -python-saml==2.1.3 +python-saml==2.4.0 social-auth-core