From abcba0b6d1d42f27ebad8307811c854a94fc9146 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Dec 2024 20:03:26 +0000 Subject: [PATCH] Pin pytest to latest version 8.3.4 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 723572c..666fed0 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,5 +1,5 @@ -r base.txt # Testing -pytest +pytest==8.3.4 pytest-sugar