From fc72b3c1a893c8359cdada10f01be087c6fc3f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:35:17 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 23.0.0 in /app/catalog 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-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/catalog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/catalog/requirements.txt b/app/catalog/requirements.txt index 9a8e454..2649f3b 100644 --- a/app/catalog/requirements.txt +++ b/app/catalog/requirements.txt @@ -5,7 +5,7 @@ pika==1.3.0; python_version >= "3.7" prometheus-client==0.16.0; python_version >= "3.7" requests==2.31.0; python_version >= "3.7" python-dotenv==1.0.0; python_version >= "3.7" -gunicorn==20.1.0; python_version >= "3.7" +gunicorn==23.0.0; python_version >= "3.7" sqlalchemy==2.0.31; python_version >= "3.7" flask-sqlalchemy==3.1.1; python_version >= "3.7" psycopg2-binary==2.9.9; python_version >= "3.7"