From 9ca9c539baa163d2f668e431a8ce17ae361ef902 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Sep 2025 23:17:42 -0600 Subject: [PATCH] Pin pytest to latest version 8.4.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a06e0f0..48f9d92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests pycryptodome vcrpy -pytest +pytest==8.4.2