From af6b896ba1b04a3fc3350afa676e736a1ff1dd6c Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 7 May 2025 22:06:50 +0530 Subject: [PATCH] build: bump gunicorn (#32453) * build: bump gunicorn * build: bump gunicorn again minor cleanups and sync upstream --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fd00a90ab..d4a274ebef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "cryptography~=44.0.1", "cssutils~=2.9.0", "email-reply-parser~=0.5.12", - "gunicorn @ git+https://github.com/frappe/gunicorn@72c1e495d89259151e73947a057432d528b06bb0", + "gunicorn @ git+https://github.com/frappe/gunicorn@bb554053bb87218120d76ab6676af7015680e8b6", "html5lib~=1.1", "ipython~=8.15.0", "ldap3~=2.9",