From 1cb0c88d2ed915788083c01ee8c46458924551b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 03:02:47 +0000 Subject: [PATCH] Update dependency gunicorn to v24 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bdf36f8..6562968 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ flask==2.2.3 environs==9.5.0 pypng==0.20220715.0 Pillow==9.4.0 -gunicorn==20.1.0 \ No newline at end of file +gunicorn==24.1.1 \ No newline at end of file