diff --git a/pyproject.toml b/pyproject.toml index cd3c473..5dd90d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"