From 7cccff7cd6f1ef9eafe9dce621ef65cf1d4cbb1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 07:15:10 +0000 Subject: [PATCH] Update dependency types-mock to ==5.2.* --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d79decef..109eb940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ test = [ "pytest-xdist==3.*", "requests~=2.32.1", "security==1.3.1", - "types-mock==5.1.*", + "types-mock==5.2.*", "django>=4,<6", "numpy~=2.2.1", "flask_wtf~=1.2.0",