From 4649c8dacfb03bb91e6e0d002c1dbb019dae45af Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 17 Aug 2023 11:11:01 +0530 Subject: [PATCH] build(deps): Bump gunicorn to latest version (#22086) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 678be0bae7..35f4bab8f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "cryptography~=41.0.1", "email-reply-parser~=0.5.12", "git-url-parse~=1.2.2", - "gunicorn~=20.1.0", + "gunicorn~=21.2.0", "html5lib~=1.1", "ipython~=8.10.0", "ldap3~=2.9",