diff --git a/pyproject.toml b/pyproject.toml index c80d63d..84052fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ lint = [ "isort == 6.1.0", "pydocstyle[toml] == 6.3.0", ] -test = ["coverage == 7.10.7", "pytest == 8.4.2"] +test = ["coverage == 7.14.3", "pytest == 8.4.2"] typing = ["mypy == 1.19.1"] [build-system]