diff --git a/pyproject.toml b/pyproject.toml index fff8ccb28..05eb99f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,12 +48,12 @@ test = [ "mypy==1.1.1", "pytest-cov==4.0.0", "pytest-xdist==3.2.0", - "pytest==7.2.1", + "pytest==7.2.2", "tox==4.4.6", ] ui_test = [ "pytest-timeout==2.1.0", - "pytest==7.2.1", + "pytest==7.2.2", ] dev = [ "honcho==1.1.0",