From 21b75d55c2746664ddad9fbc14fbb6182db788f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:25:56 +0000 Subject: [PATCH] Bump django from 2.1.7 to 4.2.24 in /djangosp_simplesamlidp Bumps [django](https://github.com/django/django) from 2.1.7 to 4.2.24. - [Commits](https://github.com/django/django/compare/2.1.7...4.2.24) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.24 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..bf78c98 --- a/djangosp_simplesamlidp/requirements.txt +++ b/djangosp_simplesamlidp/requirements.txt @@ -1,3 +1,3 @@ -Django==2.1.7 +Django==4.2.24 gunicorn==19.9.0 django_saml2_auth==2.2.1