diff --git a/pyproject.toml b/pyproject.toml index c2819944..c6d98c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ build = [ "wheel", ] test = [ - "pytest == 8.4.0", + "pytest == 8.4.1", "flake8", "pytest-cov", "pathos", diff --git a/requirements/requirements-test.in b/requirements/requirements-test.in index d699a802..dcc06122 100644 --- a/requirements/requirements-test.in +++ b/requirements/requirements-test.in @@ -1,4 +1,4 @@ -pytest == 8.4.0 +pytest == 8.4.1 flake8 pytest-cov pathos