From 920fd2b78a15fba0e561cd1d967cf3bc41feb1e2 Mon Sep 17 00:00:00 2001 From: Yiling-J Date: Sun, 3 Nov 2024 15:56:15 +0800 Subject: [PATCH] update test django min version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 149026c..2e50279 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest = "^7.2.1" pytest-benchmark = "^4.0.0" typing-extensions = "^4.4.0" mypy = "^1.11.1" -django = "^3.2" +django = "^4.2" pytest-django = "^4.5.2" pytest-asyncio = "^0.20.3" cachetools = "^5.3.0"