From 477cc0f3800875007c60b6eaf7bfbbce55a3f5c6 Mon Sep 17 00:00:00 2001 From: ndaelman Date: Fri, 15 Nov 2024 18:27:08 +0100 Subject: [PATCH] Bump dependencies --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68abb0b..121cd8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,12 +18,13 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-system" [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", "ase~=3.22.0", + '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', ] tests = [