From 06c6a298570c2f9d60b02ffb056d06f5d94907b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:22:57 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement from <9 to <10 in /server Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/1.0.0b3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index 9eeeb50269..bb6d2dc46d 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ [dependency-groups] dev = [ "mypy>=1.11", - "pytest<9", + "pytest<10", "pytest-sugar>=1.0.0", "typer>=0.12.5", "coverage>=7.6.0",