From b5abb21aaa5bbdba08e4e677064a269e5facf6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 12:44:14 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 23.0.0 in /djangosp_simplesamlidp Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 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..52645c7 --- a/djangosp_simplesamlidp/requirements.txt +++ b/djangosp_simplesamlidp/requirements.txt @@ -1,3 +1,3 @@ Django==2.1.7 -gunicorn==19.9.0 +gunicorn==23.0.0 django_saml2_auth==2.2.1