diff --git a/pyproject.toml b/pyproject.toml index dfcf19a1c..c34406b0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,12 +48,12 @@ test = [ "mypy==1.4.1", "pytest-cov==4.1.0", "pytest-xdist==3.3.1", - "pytest==7.3.1", + "pytest==7.4.0", "tox==4.6.4", ] ui_test = [ "pytest-timeout==2.1.0", - "pytest==7.3.1", + "pytest==7.4.0", ] dev = [ "honcho==1.1.0",