From 03961f9f67b85d60376bdc02b8853a501a5a2e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:27:18 +0000 Subject: [PATCH] chore(deps): update pytest requirement from ~=7.1.3 to ~=7.4.4 --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8e6d8cb..65f73d6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -pytest~=7.1.3 +pytest~=7.4.4 pytest-cov>=2.8.1 pytest-randomly>=3.12.0 mypy>=1.4.1