diff --git a/pyproject.toml b/pyproject.toml index b422d1e1..596bf61c 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 = "8.4.2" coverage = { version = "^7.3.1", extras = ["toml"] } [build-system]