From cb918a9ae80f866594c48fd68b3f2fdc4642b1f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:41:48 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 53b5463..a64d9b5 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ --requirement requirements.txt coverage==7.6.2 packaging==23.2 -pytest==6.2.5 +pytest==8.3.3 pytest-cov==4.1.0 pytest-pythonpath==0.7.4