Skip to content

Commit

Permalink
Merge pull request #17 from nomad-coe/bump_dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
ndaelman-hu authored Nov 22, 2024
2 parents 82b0188 + 72dab90 commit 092c4fd
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 @@ -18,11 +18,12 @@ homepage = "https://github.com/nomad-coe/nomad-schema-plugin-run.git"

[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 092c4fd

Please sign in to comment.