From ab3394ad4081ec157e1467310e71710bbe69cedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:25:40 -0700 Subject: [PATCH] chore(deps-dev): bump pytest from 8.3.5 to 9.0.3 (#1372) * 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] * fix: bump syrupy to 5.1.0 Version prior to 5.0.0 are incompatible with pytest 9.x.x --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jann Stute --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3c8101f..dfac463b 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"]