From 3857614abf6aac9d96a2a0887716c583ffec01ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Daniel?= Date: Mon, 25 Mar 2024 07:53:51 +0100 Subject: [PATCH] chore: Django bump to <=5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d19f271..5a7466d 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(fname): "Topic :: Internet :: WWW/HTTP", ], install_requires=[ - "django>=3.1,<4.0", + "django>=3.1,<5.0", ], zip_safe=False, )