From 8be09ee93743f09bdac5828de79c690273709866 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 20 Dec 2022 11:55:52 +0100 Subject: [PATCH] Bump dnspython to 2.2.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 2f3ed55fc..fda8b3e8d 100644 --- a/src/setup.py +++ b/src/setup.py @@ -189,7 +189,7 @@ setup( 'django-scopes==1.2.*', 'django-statici18n==2.3.*', 'djangorestframework==3.14.*', - 'dnspython<2.0', # do not upgrade, causes issues with eventlet / gunicorn 19 and we cannot upgrade gunicorn right now + 'dnspython==2.2.*', 'drf_ujson2==1.7.*', 'isoweek', 'jsonschema',