From 11307de30a9d4ef7a7033b7e3d83fb3b2b55f901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:28:14 +0100 Subject: [PATCH] Update pytest requirement from ==7.3.* to ==8.0.* (#3902) Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5473bf9fd..9879cc755a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ dev = [ "pytest-rerunfailures==13.*", "pytest-sugar", "pytest-xdist==3.3.*", - "pytest==7.3.*", + "pytest==8.0.*", "responses", ]