From ce481d98d9c4218554636cd5a9ea1b3fce426d47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 18:45:58 +0000 Subject: [PATCH] chore(deps): update dependency mock to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53f4ebf..732a8dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ coveralls = [ ] pytest-cov = "~2.12.0" flake8 = ">=3.6.0" -mock = "^3.0.5" +mock = "^5.0.0" bumpversion = "^0.5.0" sphinx = ">=1.8.4" sphinx-rtd-theme = "^0.4.0"