From a5cbcc1bd61d9d8798e0e731c837ba5d43b17a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:54:05 +0000 Subject: [PATCH] Bump pytest from 8.3.3 to 8.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.4.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.3.3...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 5a32c43..1c2b305 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,7 @@ black==24.10.0 coverage==7.6.8 pylint==3.3.1 -pytest==8.3.3 +pytest==8.4.1 pytest-cov==6.0.0 pytest-sugar==1.0.0 pytest-timeout==2.3.1