From 3808b4f76dd0b6345afa57479db3bf9e50ed116a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:30:23 +0000 Subject: [PATCH] Bump pytest from 7.3.1 to 8.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 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.3.1...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e3f4e970..ac288024 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ packaging==21.3 # pytest platformdirs==2.5.2 # via pylint -pluggy==1.0.0 +pluggy==1.4.0 # via pytest pycodestyle==2.8.0 # via @@ -44,7 +44,7 @@ pyparsing==3.0.9 # via # -c requirements.txt # packaging -pytest==7.3.1 +pytest==8.0.2 # via # -r requirements-dev.in # pytest-django