From cfcb8732357c767392c349b4f100b8db8558c205 Mon Sep 17 00:00:00 2001 From: Bart Schuurmans Date: Fri, 29 Mar 2024 21:58:49 +0100 Subject: [PATCH] Update pytest-cov to 5.0.0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c14277629..cfda1dfc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,8 +49,8 @@ celery-types==0.18.0 django-stubs[compatible-mypy]==4.2.4 mypy==1.5.1 pylint==2.15.0 -pytest==6.2.5 -pytest-cov==2.10.1 +pytest==8.0.2 +pytest-cov==5.0.0 pytest-django==4.8.0 pytest-env==0.6.2 pytest-xdist==2.3.0