From 8ee9358291a5dfa849fbf99025b73c987120a58f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:50:19 +0000 Subject: [PATCH] Bump pytest from 6.2.2 to 9.0.3 in /Solved Exercises Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.2 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/6.2.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Solved Exercises/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solved Exercises/requirements.txt b/Solved Exercises/requirements.txt index f5f2e8a..f5cb758 100644 --- a/Solved Exercises/requirements.txt +++ b/Solved Exercises/requirements.txt @@ -4,5 +4,5 @@ packaging==20.9 pluggy==0.13.1 py==1.10.0 pyparsing==2.4.7 -pytest==6.2.2 +pytest==9.0.3 toml==0.10.2