From 1aa854e2576ff4ea573cd3decdadb2743112f42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:03:44 +0000 Subject: [PATCH] chore(deps): update pytest requirement 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/7.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tp-01-premier-workflow/challenge/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tp-01-premier-workflow/challenge/requirements.txt b/tp-01-premier-workflow/challenge/requirements.txt index 5ddca01..459e551 100644 --- a/tp-01-premier-workflow/challenge/requirements.txt +++ b/tp-01-premier-workflow/challenge/requirements.txt @@ -1,2 +1,2 @@ -pytest>=7.0.0 +pytest>=9.0.3 pyyaml>=6.0