From 729f90a64ffc24a1026314a68ac156399acce481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:30:49 +0000 Subject: [PATCH] :arrow_up: Update pytest requirement from ~=7.4.0 to ~=8.0.0 (#640) --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 0e6261cfd..c61a90e50 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -8,7 +8,7 @@ lxml~=5.1.0 mockito~=1.4.0 pre-commit~=3.6.0 pylint~=3.0.3 -pytest~=7.4.0 +pytest~=8.0.0 pytest-cov~=4.1.0 pytest-mock~=3.12.0 setuptools~=69.0.2