From 3ec6149f5a1f4f9c6e9dcdcd93cfe20461e6ab72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 01:27:20 +0000 Subject: [PATCH] Bump gunicorn from 20.0.4 to 23.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-worker.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-worker.txt b/requirements-worker.txt index 95eed48..35111df 100644 --- a/requirements-worker.txt +++ b/requirements-worker.txt @@ -38,7 +38,7 @@ google-auth==1.24.0 google-auth-oauthlib==0.4.2 google-pasta==0.2.0 grpcio==1.32.0 -gunicorn==20.0.4 +gunicorn==23.0.0 h5py==2.10.0 healthcheck==1.3.3 humanize==3.2.0 diff --git a/requirements.txt b/requirements.txt index a2073f1..db7192d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ Flask-SSLify==0.1.5 Flask_Cors==5.0.0 Flask_Socketio==4.3.1 flower==0.9.7 -gunicorn==20.0.4 +gunicorn==23.0.0 healthcheck==1.3.3 humanize==3.2.0 idna==2.10