From 723e557da75a719ac822a36a1717df5458d8bce1 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 17 Apr 2024 10:44:53 +0530 Subject: [PATCH] build: bump gunicorn (#25980) https://github.com/benoitc/gunicorn/releases/tag/22.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bf21f9c23..a484f5207e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "cryptography~=42.0.0", "cssutils~=2.9.0", "email-reply-parser~=0.5.12", - "gunicorn~=21.2.0", + "gunicorn~=22.0.0", "html5lib~=1.1", "ipython~=8.15.0", "ldap3~=2.9",