From 1aab2b38c7aaef0fc2555193a72e8f4a6e9e6ddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:15:18 +0000 Subject: [PATCH] Update pytest-mock requirement from <3.12,>=3 to >=3,<3.13 Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.0.0...v3.12.0) --- updated-dependencies: - dependency-name: pytest-mock 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 691e04a184..f135eafdf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,7 +145,7 @@ test = [ "pre-commit>=3,<3.6", "pytest-console-scripts>=1.1,<1.5", "pytest-cov>=4,<4.2", - "pytest-mock>=3,<3.12", + "pytest-mock>=3,<3.13", "pytest>=7,<7.5", "responses>=0.14,<0.24", "ruff>=0.1,<0.2",