From 0dc95bff0cba2d663380fda159c1c4e46ae705da Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 9 Mar 2024 23:37:42 -0800 Subject: [PATCH] Pin pytest to latest version 8.1.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e079f8a..2f6c9d2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -pytest +pytest==8.1.1