From 2d4c9add7f5bcddd0cdc690fc869b93467c8dea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:05:45 +0000 Subject: [PATCH] Update pytest requirement from ~=8.3.2 to ~=8.3.4 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/8.3.2...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_for_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_for_test.txt b/requirements_for_test.txt index d81b1199..598cb8a5 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -3,7 +3,7 @@ flake8~=5.0.4 flake8-print~=5.0.0 freezegun~=1.2.2 -pytest~=8.3.2 +pytest~=8.3.4 pytest-cov~=3.0.0 pytest-mock~=3.14.0 pytest-xdist~=2.5.0