From 2d82c63cf08a3c0f87faae42a2bf21e7b6ecd93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:20:53 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20pytest=20requirement=20from=20^7.0=20to=20>=3D7,<9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.0.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a44ac80..b5ca41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] -pytest = "^7.0" +pytest = ">=7,<9" pytest-cov = "^4.1" pytest-asyncio = "^0.23.0" pytest-mock = "^3.11.1"