From 1780f8397e13bda6abcb2ad02203bc9dd3de1c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:22:48 +0000 Subject: [PATCH] Bump pytest from 8.1.1 to 8.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0. - [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/8.1.1...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 632652829..8cd0baf23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ packaging==21.3 # via # pytest # pytest-rerunfailures -pluggy==1.4.0 +pluggy==1.5.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==8.1.1 +pytest==8.2.0 # via # -r requirements.in # pytest-rerunfailures