From af071d0e09602d739b6ce7be4fe1ad6c469555b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:12:40 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /apps/api 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/8.3.1...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index cbbc5b0..bf0e004 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.3.1,<9.0.0", + "pytest>=8.3.1,<10.0.0", "pytest-cov>=5.0.0,<6.0.0", "mypy>=1.14.0,<3.0.0", "ruff>=0.5.4,<1.0.0",