Skip to content

Commit 5936d96

Browse files
authored
Merge pull request #8 from nomad-coe/bump_dependencies
Bump dependencies
2 parents 48d6dfb + 8556879 commit 5936d96

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-simulation-work
1919

2020
[project.optional-dependencies]
2121
dev = [
22-
"mypy==1.0.1",
23-
"pytest==3.10.0",
24-
"pytest-timeout==1.4.2",
25-
"pytest-cov==2.7.1",
26-
"ruff==0.1.4",
22+
'mypy==1.0.1',
23+
'pytest>= 5.3.0, <8',
24+
'pytest-timeout>=1.4.2',
25+
'pytest-cov>=2.7.1',
26+
'ruff>=0.6',
27+
'typing-extensions>=4.12',
2728
]
2829

2930
[tool.ruff]

0 commit comments

Comments
 (0)