From 1d3cba8b792161ee4358a7131e5a253b0ea6a559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:49:51 +0000 Subject: [PATCH] Update pytest requirement from ^7.1.3 to >=7.1.3,<9.0.0 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.1.3...8.1.1) --- 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 7c337ca..fa00f22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requests = "^2.28.1" aiohttp = "^3.8.4" [tool.poetry.group.test.dependencies] -pytest = "^7.1.3" +pytest = ">=7.1.3,<9.0.0" pytest-asyncio = "^0.21.0" coverage = "^7.2.7" mock = ">=4.0.3,<6.0.0"