From c829918fa295fe1c915468bd42b4006069227a3c Mon Sep 17 00:00:00 2001 From: ndaelman Date: Fri, 15 Nov 2024 18:34:34 +0100 Subject: [PATCH] Bump dependencies --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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]