From 399305f96854a4818038ff3a90ee6c62074a5353 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 3 Sep 2023 04:23:37 -0700 Subject: [PATCH] Pin pytest to latest version 7.4.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e079f8a..8e716e0 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -pytest +pytest==7.4.1