From 4cb6c85a702ff9c99899f985d30ad553a683464a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 19 Jun 2025 08:13:44 -0600 Subject: [PATCH] Pin pytest to latest version 8.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a06e0f0..726581e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests pycryptodome vcrpy -pytest +pytest==8.4.1