From d769c306ebf05ad868e0b64360c80e8166c5e5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:42:09 +0000 Subject: [PATCH] Update pytest-mock requirement from <3.6.2 to <3.9.1 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/v0.1.0...v3.9.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6b2d9cc3b..adf4d7434 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ pillow==8.4.0 pytest==6.2.5 pytest-cache==1.0 pytest-cov==3.0.0 -pytest-mock<3.6.2 +pytest-mock<3.9.1 recommonmark==0.7.1 requests==2.26.0 requests-mock==1.9.3