diff --git a/setup.py b/setup.py index 4bb6e0602..a955627d4 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def run(self): 'celery~=5.0', 'channels>=2.0', 'Django>=2.2,!=3.0.*,!=3.1.*,<4.0', - 'django-ajax-selects~=1.9', + 'django-ajax-selects>=1.9,<3.0', 'django-ical~=1.7', 'django-mptt~=0.10', 'django-paypal~=1.1', diff --git a/tests/requirements.txt b/tests/requirements.txt index c829120e5..94105c13f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,7 +2,7 @@ celery==5.2.7 channels==3.0.4 # django explicitly not listed here because azure installs a particular series immediately after -django-ajax-selects==1.9.1 +django-ajax-selects==2.2.0 django-ical==1.8.3 django-paypal==1.1.2 django-mptt==0.13.4