From 30193b3610d27557668f1fe801a3f3789a627a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 17:20:20 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 23.0.0 in /ruian-swagger Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ruian-swagger/requirements-slim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruian-swagger/requirements-slim.txt b/ruian-swagger/requirements-slim.txt index ce8fa15..ae10997 100644 --- a/ruian-swagger/requirements-slim.txt +++ b/ruian-swagger/requirements-slim.txt @@ -14,5 +14,5 @@ urllib3>=1.26.5 dicttoxml~=1.7.4 lat-lon-parser==1.2.0 -gunicorn==20.1.0 +gunicorn==23.0.0 Flask-Cors==3.0.10