From 45dde2339d62d380951816b9a52cf45938770077 Mon Sep 17 00:00:00 2001 From: pyup-bot <github-bot@pyup.io> Date: Sun, 24 Mar 2024 19:08:51 -0300 Subject: [PATCH] Update pytest-cov from 4.1.0 to 5.0.0 --- requirements-tox.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tox.txt b/requirements-tox.txt index f8a6c2a0..c79f0dc1 100644 --- a/requirements-tox.txt +++ b/requirements-tox.txt @@ -1,6 +1,6 @@ # Test requirements pytest==7.4.2 -pytest-cov==4.1.0 +pytest-cov==5.0.0 pytest-django==4.8.0 flake8==6.1.0 ipdb==0.13.13