diff --git a/pyproject.toml b/pyproject.toml index 3af8798..a7db7c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,11 +18,12 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-spectra" [project.optional-dependencies] dev = [ - "mypy==1.0.1", - "pytest==3.10.0", - "pytest-timeout==1.4.2", - "pytest-cov==2.7.1", - "ruff==0.1.4", + 'mypy==1.0.1', + 'pytest>= 5.3.0, <8', + 'pytest-timeout>=1.4.2', + 'pytest-cov>=2.7.1', + 'ruff>=0.6', + 'typing-extensions>=4.12', ] [tool.ruff]