Skip to content

Commit

Permalink
fix(deps): update dependency pytest to v8 (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 21, 2024
1 parent 984ce05 commit 8b330af
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 @@ -37,7 +37,7 @@ sphinx-copybutton = { version = "^0.5.0", optional = true }
sphinxcontrib-mermaid = { version = "^0.9.0", optional = true }

# extras tests
pytest = {version = "^7", optional = true }
pytest = {version = "^8.0.0", optional = true }
coverage = { version ="^7", optional = true }
flake8 = { version = "^7.0.0", optional = true }

Expand Down

0 comments on commit 8b330af

Please sign in to comment.