From 852c5a30378c3c07f0602dd4759ceaf87d20407d Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 29 Mar 2022 14:40:30 +1000 Subject: [PATCH] Bump Django-ESI to 4.x, inc breaking CCP change in 4.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ccd2528..3867fbe3 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ install_requires = [ 'sleekxmpp<=1.3.2', 'pydiscourse', - 'django-esi>=3.0.0,<4.0.0' + 'django-esi>=4.0.1,<5.0.0' ] testing_extras = [