From 83604ede9d9dfcaf9ebe7b2d783b93414705ac7a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Dec 2025 03:18:01 +0000 Subject: [PATCH] Pin pytest to latest version 9.0.2 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index e959b93..0ea9a90 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,6 +1,6 @@ -r base.txt # Testing -pytest +pytest==9.0.2 pytest-mock factory-boy