From 45314997315e378c387dfc3a2621dd6703cc2d27 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Mon, 15 Jul 2024 09:00:39 -0500 Subject: [PATCH] Update tox.ini Co-authored-by: Ryan Hiebert --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f14826d..447f365 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ pip_pre = True deps = dj42: django~=4.2.0 dj50: django~=5.0.0 - dj51: django~=5.1.0 + dj51: django>=5.1,<5.2 djmain: https://github.com/django/django/archive/main.tar.gz pytest pytest-cov