From 14dd556f829325c3c642e76f47766b24de8bed52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:15:19 +0000 Subject: [PATCH] Update pytest requirement from ==7.4.* to >=7.4,<8.1 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.4.0.dev0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3034d790..514e7403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "mock==5.1.*", "pre-commit<4", "Pyjwt~=2.8.0", - "pytest==7.4.*", + "pytest>=7.4,<8.1", "pytest-cov~=4.1.0", "pytest-mock~=3.12.0", "pytest-xdist==3.*",