diff --git a/pyproject.toml b/pyproject.toml index bf153d625..db1ac0215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,12 +50,12 @@ test = [ "mypy==1.7.1", "pytest-cov==4.1.0", "pytest-xdist==3.5.0", - "pytest==7.4.3", + "pytest==7.4.4", "tox==4.11.4", ] ui_test = [ "pytest-timeout==2.2.0", - "pytest==7.4.3", + "pytest==7.4.4", ] dev = [ "honcho==1.1.0",