From da8dc29d34b4da8f1dd5a988c5781caadef9a260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 00:08:50 +0000 Subject: [PATCH] build(deps-dev): update pytest-mock requirement from ~=3.8 to ~=3.10 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.8.0...v3.10.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 1a8374d..3ba6ce7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ pre-commit~=2.20 pygments~=2.13 pytest~=7.1 pytest-flask-ligand~=0.1 -pytest-mock~=3.8 +pytest-mock~=3.10 python-semantic-release~=7.32 tox~=3.26 twine~=3.8