From c64e19b1538947ec53e23d5184e89247b7edaa54 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 3 Mar 2022 11:16:24 +0000 Subject: [PATCH] pin gunicorn to support newer version of eventlet this is consistent with notifications api https://github.com/alphagov/notifications-api/pull/3466 --- requirements.in | 4 ++-- requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.in b/requirements.in index 98df64916..c87f63345 100644 --- a/requirements.in +++ b/requirements.in @@ -18,8 +18,8 @@ pyexcel-xls==0.7.0 pyexcel-xlsx==0.6.0 pyexcel-ods3==0.6.0 pytz==2021.3 -gunicorn==20.1.0 -eventlet==0.30.2 # pyup: ignore +# Should be pinned until a new gunicorn release greater than 20.1.0 comes out. (Due to eventlet v0.33 compatibility issues) +git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn[eventlet]==20.1.0 notifications-python-client==6.3.0 Shapely==1.7.1 rtreelib==0.2.0 diff --git a/requirements.txt b/requirements.txt index 4179b5457..eea16349d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.9 +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile requirements.in @@ -51,8 +51,8 @@ docutils==0.15.2 # via awscli et-xmlfile==1.1.0 # via openpyxl -eventlet==0.30.2 - # via -r requirements.in +eventlet==0.33.0 + # via gunicorn fido2==0.9.3 # via -r requirements.in flask==1.1.2 @@ -81,7 +81,7 @@ govuk-frontend-jinja @ git+https://github.com/alphagov/govuk-frontend-jinja.git@ # via -r requirements.in greenlet==1.1.0 # via eventlet -gunicorn==20.1.0 +gunicorn @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64 # via -r requirements.in humanize==4.0.0 # via -r requirements.in