From c7720a2553dc49e3cab2b2906d58065f11273cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:41:33 +0100 Subject: [PATCH] Update pytest requirement from ==8.0.* to ==8.1.* (#3976) 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/8.0.0rc1...8.1.1) --- 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 51b4a103f1..f8fc07afa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ dev = [ "pytest-rerunfailures==13.*", "pytest-sugar", "pytest-xdist==3.5.*", - "pytest==8.0.*", + "pytest==8.1.*", "responses", ]