diff --git a/pyproject.toml b/pyproject.toml index b6f961b..e9fe0b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ [project.optional-dependencies] lint = ["mypy==1.15.0", "ruff==0.11.10", "pre-commit==4.2.0"] -test = ["pytest==8.3.3", "pytest-qt==4.4.0", "pytest-xvfb==3.0.0"] +test = ["pytest==8.4.1", "pytest-qt==4.4.0", "pytest-xvfb==3.0.0"] build = ["nuitka==2.7.10", "imageio==2.36.0"] [tool.mypy]