diff --git a/pyproject.toml b/pyproject.toml index 4212d98b..a7bd3a11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ scripts.djlint = "djlint:main" [dependency-groups] dev = [ - "mypy[faster-cache]==1.14.0", + "mypy[faster-cache]==1.14", "pytest==8.3.4", "pytest-cov==6", "pytest-xdist==3.6.1", diff --git a/uv.lock b/uv.lock index 48a3565c..64b66bf4 100644 --- a/uv.lock +++ b/uv.lock @@ -157,7 +157,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "mypy", extras = ["faster-cache"], specifier = "==1.14.0" }, + { name = "mypy", extras = ["faster-cache"], specifier = "==1.14" }, { name = "pytest", specifier = "==8.3.4" }, { name = "pytest-cov", specifier = "==6" }, { name = "pytest-xdist", specifier = "==3.6.1" },