From 05ff365a4416b2732e71382ef22044f6f0240294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 03:10:03 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 23.0.0 in /tagbase_server Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tagbase_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagbase_server/requirements.txt b/tagbase_server/requirements.txt index 0c792db..f99803f 100644 --- a/tagbase_server/requirements.txt +++ b/tagbase_server/requirements.txt @@ -1,7 +1,7 @@ connexion[swagger-ui]==2.14.2 flask[async]==2.2.5 flask-cors==6.0.0 -gunicorn==21.2.0 +gunicorn==23.0.0 pandas==2.3.2 parmap>=1.7.0 patool>=1.12