From 1f0fb5e9908f9a08e7b85c2229716b13c65ff1d2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 16 Apr 2025 15:44:55 +0200 Subject: [PATCH] fixes typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fd8219..e034303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "black>=24.2.0,<25", "isort>=5.13.1,<6", "mypy>=1.8.0,<2", - "djlint>1.36.4,<2", + "djlint>=1.36.4,<2", ] [tool.setuptools.package-data]