Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaelman committed Nov 15, 2024
1 parent 48d6dfb commit 8556879
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-simulation-work

[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]
Expand Down

0 comments on commit 8556879

Please sign in to comment.