From 924d615609939987a3216e5c8ac7bd8c377e19c3 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Fri, 10 Jan 2025 16:37:22 +0530 Subject: [PATCH] build(deps): bump gunicorn to latest Nothing breaking seems to affect us, can roll out after some internal testing for a while. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5068dec64..f50a9f7467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "cryptography~=43.0.1", "cssutils~=2.9.0", "email-reply-parser~=0.5.12", - "gunicorn~=22.0.0", + "gunicorn~=23.0.0", "html5lib~=1.1", "ipython~=8.15.0", "ldap3~=2.9",