Skip to content

Commit 092c4fd

Browse files
authored
Merge pull request #17 from nomad-coe/bump_dependencies
Bump dependencies
2 parents 82b0188 + 72dab90 commit 092c4fd

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
@@ -18,11 +18,12 @@ homepage = "https://github.com/nomad-coe/nomad-schema-plugin-run.git"
1818

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

2829
[tool.ruff]

0 commit comments

Comments
 (0)