From d8858c6eb06565b9b640f7f23a57b45794e5f469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:02:36 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump pytest from 8.3.5 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3c8101f9..495d8f6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ 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", From b2fe389fbe2e14391e024e0d8398d46af73d706f Mon Sep 17 00:00:00 2001 From: Jann Stute Date: Thu, 14 May 2026 15:10:43 +0200 Subject: [PATCH 2/2] fix: bump syrupy to 5.1.0 Version prior to 5.0.0 are incompatible with pytest 9.x.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 495d8f6ba..dfac463b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest = [ "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"]