From 8c8ede0899303293bfe246555ffe5ecde9750928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 09:45:55 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 8adc871..70a7f1b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -28,7 +28,7 @@ mccabe==0.6.1 # via flake8 packaging==21.3 # via pytest -pluggy==1.0.0 +pluggy==1.5.0 # via pytest portpicker==1.6.0 # via -r requirements-test.in @@ -40,7 +40,7 @@ pyflakes==2.4.0 # via flake8 pyparsing==3.0.7 # via packaging -pytest==7.4.3 +pytest==8.2.1 # via # -r requirements-test.in # pytest-cov