From 78435c8a0be69f982c171ee24232d7e84c2a24e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:51:27 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /training 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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- training/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/pyproject.toml b/training/pyproject.toml index e22f091..92287a1 100644 --- a/training/pyproject.toml +++ b/training/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ [dependency-groups] dev = [ - "pytest>=9.0.2", + "pytest>=9.0.3", "ruff>=0.7.0", "mypy>=1.11.0", ]