diff --git a/setup.py b/setup.py index 905d635..314a724 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import re from setuptools import find_packages, setup install_requires = [ - 'wagtail>=2.15,<4.1', + 'wagtail>=2.15,<4.2', 'user-agents>=1.1.0', 'wagtail-font-awesome-svg>=0.0.3', 'pycountry',