From d81d7538e335dffcc446b52e873c4933952dec13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:55:56 +0000 Subject: [PATCH] Bump pytest from 8.2.2 to 8.3.1 in /Python Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1. - [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.2.2...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... 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 16e1ac1..4ba951c 100644 --- a/Python/requirements.txt +++ b/Python/requirements.txt @@ -1,3 +1,3 @@ lxml==5.2.2 -pytest==8.2.2 +pytest==8.3.1 requests==2.32.3