From ea19e424e9d12f18f71f8daa339fbb3e98ee4425 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 Oct 2024 07:45:17 +0000 Subject: [PATCH] Update pytest-cov from 5.0.0 to 6.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 837806a..06f7e13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Testing and deployment packages. coverage==7.6.1 pytest==8.3.3 -pytest-cov==5.0.0 +pytest-cov==6.0.0 freezegun==1.5.1 \ No newline at end of file