From d4e14922e4e1594ad29663582ca21b27deccd418 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 31 Dec 2023 22:56:53 -0800 Subject: [PATCH] Pin pytest to latest version 7.4.4 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e079f8a..cb87efc 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -pytest +pytest==7.4.4