From 3ad91886135133e1a43303ae667d472ff7e3d87c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 02:57:51 +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 2be109a..4179f2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flask==2.2.3 environs==9.5.0 -gunicorn==20.1.0 +gunicorn==24.1.1 pytesseract==0.3.10 Pillow==9.5.0 requests==2.28.2 \ No newline at end of file