From fabefba2f026355478cff1fa34f1b550d431aa65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 03:50:39 +0000 Subject: [PATCH] chore(deps): update dependency gunicorn to v26.2.0 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ec183dff..e9adbcc0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ pymongo==4.17.0 six==1.17.0 Werkzeug==3.1.8 pytest~=9.0, >=9.0.3 -gunicorn==26.1.0 +gunicorn==26.2.0 kubernetes~=36.0.3 python-dotenv~=1.2, >=1.2.2 PyYAML~=6.0