From f24c38428b78f87862018ae8740a089669a7f8dd Mon Sep 17 00:00:00 2001 From: Fabrice Laurens Date: Sat, 12 Mar 2022 23:59:43 +0100 Subject: [PATCH] Bump Django to version 4.0.x with Python 3.9. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 02d93d60..0bb8a4a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ # Direct dependencies wheel -Django==3.2.15 +Django==3.2.15; python_version == '3.7' +Django==4.0.7; python_version == '3.9' django-stubs==1.11.0 django-stubs-ext==0.4.0 mypy==0.950 -#Django==4.0.4; python_version == '3.9' gunicorn==20.1.0 lockfile==0.12.2 Mastodon.py==1.5.1