From 9aa53edbc5e8baecab019e2c53c0501dd3aab078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:52:58 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 in /Python Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/requirements.txt b/Python/requirements.txt index 6681bff..49005f8 100644 --- a/Python/requirements.txt +++ b/Python/requirements.txt @@ -1,3 +1,3 @@ lxml==6.0.2 -pytest==9.0.2 +pytest==9.0.3 requests==2.33.1