diff --git a/pyproject.toml b/pyproject.toml index 573f718a..93bfa2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ build = [ "wheel", ] test = [ - "pytest == 8.4.1", + "pytest == 8.4.2", "flake8", "pytest-cov", "pathos", diff --git a/requirements/requirements-test.in b/requirements/requirements-test.in index dcc06122..f3f1625c 100644 --- a/requirements/requirements-test.in +++ b/requirements/requirements-test.in @@ -1,4 +1,4 @@ -pytest == 8.4.1 +pytest == 8.4.2 flake8 pytest-cov pathos