From c46d043512dd5919d71d2934572a3dc051afc06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Nov 2021 18:41:55 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.2.24 in /djangosp_simplesamlidp Bumps [django](https://github.com/django/django) from 2.1.7 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.7...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- djangosp_simplesamlidp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 djangosp_simplesamlidp/requirements.txt diff --git a/djangosp_simplesamlidp/requirements.txt b/djangosp_simplesamlidp/requirements.txt old mode 100755 new mode 100644 index 98a6f04..085780a --- a/djangosp_simplesamlidp/requirements.txt +++ b/djangosp_simplesamlidp/requirements.txt @@ -1,3 +1,3 @@ -Django==2.1.7 +Django==2.2.24 gunicorn==19.9.0 django_saml2_auth==2.2.1