From 24cf72b6e130bd1360e4627fc256b5bf3d2fcad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 00:37:25 +0000 Subject: [PATCH] Update pytest-dependency requirement from ^0.5.1 to >=0.5.1,<0.7.0 Updates the requirements on [pytest-dependency](https://github.com/RKrahl/pytest-dependency) to permit the latest version. - [Release notes](https://github.com/RKrahl/pytest-dependency/releases) - [Changelog](https://github.com/RKrahl/pytest-dependency/blob/develop/CHANGES.rst) - [Commits](https://github.com/RKrahl/pytest-dependency/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: pytest-dependency 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 f1563dc..d4e7eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pyinstaller = {version = ">=5.10.1,<7.0.0", optional = true} pytest = {version = "^7.3.1", optional = true} pytest-cache = {version = "^1.0", optional = true} pytest-cov = {version = "^4.0.0", optional = true} -pytest-dependency = {version = "^0.5.1", optional = true} +pytest-dependency = {version = ">=0.5.1,<0.7.0", optional = true} pytest-mock = {version = "^3.10.0", optional = true} recommonmark ={version = "^0.7.1", optional = true} requests = {version = "^2.28.2", optional = true}