From 781e54e004cf858b57e6aa55fcb2f8017d2811ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:20:11 +0000 Subject: [PATCH] Bump gunicorn from 22.0.0 to 23.0.0 in /src/satosa Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/satosa/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/satosa/pyproject.toml b/src/satosa/pyproject.toml index 2c8e76f..fabe804 100644 --- a/src/satosa/pyproject.toml +++ b/src/satosa/pyproject.toml @@ -24,7 +24,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "SATOSA==8.5.1", - "gunicorn==22.0.0", + "gunicorn==23.0.0", "redis==5.0.4", "JSON-log-formatter==1.0", "WhiteNoise==6.7.0",