diff --git a/demo/requirements.txt b/demo/requirements.txt index fd623a7d..a7f91143 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,2 +1,2 @@ -Django==2.2.21 +Django==3.2.24 psycopg2-binary==2.8.2 diff --git a/setup.py b/setup.py index 04dddc39..06cd96ed 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ VERSION = "0.5.1" INSTALL_REQUIRES = [ - "Django>=2.2.9,<3", + "Django>=2.2.9,<4", "bleach==3.1.4", "bleach-whitelist>=0.0.10", "cryptography>=2.7",