From 854e2003638950768181ed333b858f9e9e4e8ff4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 8 Sep 2023 08:26:26 -0700 Subject: [PATCH] Pin pytest to latest version 7.4.2 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e079f8a..2a929ed 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -pytest +pytest==7.4.2