From 4c8e4a58744604d1c1c955339f7cd8bf16aeb68c Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Fri, 7 Feb 2025 20:14:08 +0530 Subject: [PATCH] build: bump gunicorn (#31184) Prints traceback on req timeout for easier debugging --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2783f4668..0b817cbb1d 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 @ git+https://github.com/frappe/gunicorn@b9a857003929be9900c2f2baa9ea4d47d0bc3c22", + "gunicorn @ git+https://github.com/frappe/gunicorn@72c1e495d89259151e73947a057432d528b06bb0", "html5lib~=1.1", "ipython~=8.15.0", "ldap3~=2.9",