From 59784850d6e2da26beb0b1866dd2fbbe0f6c502c Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 3 Feb 2025 10:23:41 +0530 Subject: [PATCH] Revert "build: bump gunicorn (#30928)" This reverts commit 7a7b318662a16eefb30698564a14dc98dd7b1327. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9043e222a1..1418c25194 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@4f74f4a4b87fba6c5b5e9d092d8e75b0153580bb", + "gunicorn @ git+https://github.com/frappe/gunicorn@2f5b4923399d18c28e4221f6514792b5cc7d2c21", "html5lib~=1.1", "ipython~=8.15.0", "ldap3~=2.9",