From f0619bcde99cd60d985fd23514d8482bed20bf6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:41:03 +0000 Subject: [PATCH] Update pytest requirement from ~=8.3.4 to ~=8.3.5 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.4...8.3.5) --- 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 b59f6e2d..dfc7d37b 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.5.1 -pytest~=8.3.4 +pytest~=8.3.5 pytest-cov~=6.0.0 pytest-mock~=3.14.0 pytest-xdist~=3.6.1