From 7f7400bc6461404e9735f294c94bd75ce1a30bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:27:26 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c31946bef..39e871a62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ packaging==21.3 # via # pytest # pytest-rerunfailures -pluggy==1.0.0 +pluggy==1.4.0 # via pytest pyasn1==0.4.8 # via @@ -46,7 +46,7 @@ pyasn1-modules==0.2.8 # via google-auth pyparsing==3.0.9 # via packaging -pytest==7.4.4 +pytest==8.0.2 # via # -r requirements.in # pytest-rerunfailures