diff --git a/pyproject.toml b/pyproject.toml index 01ed76096..6a3bc3368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ types-requests = "2.32.0.20240914" types-setuptools = "75.1.0.20240917" [tool.poetry.group.tests.dependencies] -pytest = "8.3.5" +pytest = "9.0.2" coverage = { version = "^7.3.1", extras = ["toml"] } [build-system]