diff --git a/pyproject.toml b/pyproject.toml index d5b5ff57..336ded43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ "PySide6==6.4.2", - "pytest==7.2.1", + "pytest==7.2.2", "pytest-cov", "pytest-qt", ]