From 46a307353439c8d84b4d38c7c5554e4ee80c337b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 17 Feb 2024 09:47:12 -0800 Subject: [PATCH] Pin pytest to latest version 8.0.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e079f8a..61195c7 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -pytest +pytest==8.0.1