From 6be8820a67e92533e931fe5d41b90aec8eebc188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:06:08 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.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/7.4.4...8.0.0) --- 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 d6babcb..c1267c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -72,7 +72,7 @@ packaging==23.1 # pytest platformdirs==3.10.0 # via virtualenv -pluggy==1.2.0 +pluggy==1.4.0 # via pytest pre-commit==3.6.0 # via -r requirements.in @@ -86,7 +86,7 @@ pydantic-core==2.14.6 # via pydantic pydantic-settings==2.1.0 # via -r requirements.in -pytest==7.4.4 +pytest==8.0.0 # via # -r requirements.in # pytest-asyncio