From 4fd142fb6c1a210538989ec2427de2e6e95d71fb Mon Sep 17 00:00:00 2001 From: stdavis Date: Mon, 7 Oct 2024 14:12:06 -0600 Subject: [PATCH] deps: bump gunicorn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fddafc..4cc015d 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ extras_require={ "cloud-run": [ "flask==3.*", - "gunicorn>=21,<23", + "gunicorn==23.*", ], "tests": [ "pytest-cov>=4,<6",