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"