From f678b16f80bc34fa5875f0d717ffe57fab0564e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:44:19 +0000 Subject: [PATCH] chore(deps): update dependency gunicorn to v25.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69b6519..9a09100 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ pytest==9.0.2 pytest-flask==1.3.0 ipaddress==1.0.23 coverage==7.13.3 -gunicorn==25.0.1 +gunicorn==25.3.0 python-dotenv==1.2.1