Skip to content

Commit

Permalink
fix(deps): roll back dependency pytest to ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed May 10, 2022
1 parent 03e7898 commit 207a221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -34,7 +34,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
# Optional dependencies to be part of `test` extra
pytest = {version = "^7.1", optional = true}
pytest = {version = "^7.0", optional = true}
pytest-cov = {version = "^3.0", optional = true}
pytest-mock = {version = "^3.2", optional = true}
pytest-html = {version = "^3.1", optional = true}
Expand Down

0 comments on commit 207a221

Please sign in to comment.