diff --git a/pyproject.toml b/pyproject.toml index e9dcb397..b7d5c6c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ build = [ "wheel", ] test = [ - "pytest == 9.0.1", + "pytest == 9.0.2", "flake8", "pytest-cov", "pathos", diff --git a/requirements/requirements-test.in b/requirements/requirements-test.in index 9b22ebe5..b9ce6794 100644 --- a/requirements/requirements-test.in +++ b/requirements/requirements-test.in @@ -1,4 +1,4 @@ -pytest == 9.0.1 +pytest == 9.0.2 flake8 pytest-cov pathos