From cd0f33c71f70aa488983f3228d68ed627f24d853 Mon Sep 17 00:00:00 2001 From: Rosas Behoundja Date: Mon, 30 Mar 2026 13:19:25 +0100 Subject: [PATCH] feat: Update pytest version to 8.0.0 in requirements.txt for compatibility --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15da25d..bf4e90f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,5 @@ bcrypt>=4.1.3 python-jose[cryptography]>=3.5.0 # For testing -pytest>=9.1.0 +pytest>=8.0.0 pytest-cov>=4.1.0