Skip to content

Commit

Permalink
Merge pull request #55 from jcwang587/dependabot/pip/pytest-gte-7.4.4…
Browse files Browse the repository at this point in the history
…-and-lt-8.1.0

Update pytest requirement from ~7.4.4 to >=7.4.4,<8.1.0
  • Loading branch information
jcwang587 authored Jan 29, 2024
2 parents 2fb5a7e + 6713cdf commit bc2c665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pyyaml = {version = "~6.0.1", optional = true}
ovito = {version = "~3.9.4", optional = true}

[tool.poetry.group.dev.dependencies]
pytest = "~7.4.4"
pytest = ">=7.4.4,<8.1.0"
pytest-cov = "~4.1.0"

[tool.poetry.extras]
Expand Down

0 comments on commit bc2c665

Please sign in to comment.