From 3a116356c92d09a585623763d65b160b5f68be75 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 10 Sep 2024 22:05:34 -0700 Subject: [PATCH] Pin pytest to latest version 8.3.3 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index e079f8a..40543aa 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -pytest +pytest==8.3.3