diff --git a/pyproject.toml b/pyproject.toml index d3c8101f9..dfac463b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,11 +48,11 @@ pyright = ["pyright~=1.1.409"] pre-commit = ["pre-commit~=4.2"] pyinstaller = ["Pyinstaller~=6.13"] pytest = [ - "pytest==8.3.5", + "pytest==9.0.3", "pytest-cov==6.1.1", "pytest-mock==3.15.1", "pytest-qt==4.4.0", - "syrupy==4.9.1", + "syrupy==5.1.0", ] ruff = ["ruff==0.11.8"]