From 7c3b39003444088a0dfdcebc9ec28327dd5a9df9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 27 Apr 2024 06:27:10 -0700 Subject: [PATCH] Pin pytest to latest version 8.1.2 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e079f8a..19efc2e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -pytest +pytest==8.1.2