diff --git a/pyproject.toml b/pyproject.toml index dd14f164..b18d7378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ where = ["src"] test = [ "coverage[toml]>=6.3,<8.0", "pytest>=7.2,<9.0", - "pytest-rerunfailures~=14.0", + "pytest-rerunfailures>=14,<16", ] lint = [ "black==24.10.0",