From 32b9cb58988af00b9b2da2201d84abd939653c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 08:45:23 +0000 Subject: [PATCH] chore(deps-dev): update pytest-mock requirement 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/v1.11.1...v3.11.1) --- 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 5ac5571..4c9ed61 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ pytest>=5.4.0,<5.5.0 mypy>=0.782 pre-commit>=2.6.0 pytest-cov>=2.10.0 -pytest-mock>=1.11.1,<=3.2.0 +pytest-mock>=1.11.1,<=3.11.1 wheel>=0.33 docutils>=0.14 -e .