From 2768b4c984c6151c4ed06b5c7746301b30f80555 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 22:07:38 +0000 Subject: [PATCH] Fix pytest version and update CI workflow --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0e8a54b..980c54a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,6 @@ fpdf2==2.7.5 Pillow==10.1.0 rich==13.7.0 python-dotenv==1.0.0 -pytest==7.4.0 -pytest-cov==4.1.0 +pytest>=8.2.0 +pytest-cov>=4.1.0 +pytest-asyncio>=0.23.0