From 15aa9adc8a078f62a89eb7ef83e68cda783ae2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 17:16:29 -0800 Subject: [PATCH] Update pytest-mock requirement from <3.8.3 to <3.10.1 (#1040) 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.10.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e18788d7c..62743abce 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ pillow==9.2.0 pytest==7.1.2 pytest-cache==1.0 pytest-cov==4.0.0 -pytest-mock<3.8.3 +pytest-mock<3.10.1 recommonmark==0.7.1 requests==2.28.1 requests-mock==1.10.0