Skip to content

Commit

Permalink
Update dependency pytest to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent a9a6d65 commit 0d6a84f
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 @@ -40,7 +40,7 @@ optional = true

[tool.poetry.group.test.dependencies]
python = "^3.7"
pytest = { version = "7.4.4", python = "^3.7" }
pytest = { version = "8.2.0", python = "^3.7" }

[tool.pytest.ini_options]
pythonpath = "src"
Expand Down

0 comments on commit 0d6a84f

Please sign in to comment.