From dfc33d53e2ddf5ca2f49e8ad5a19608329e2e49e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:37:42 +0000 Subject: [PATCH] Update dependency mock to ==5.2.* --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 520e533b..d79decef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ "jsonschema~=4.23.0", "lxml>=5.3.0,<6.0.0", "openai>=1.65,<1.66", - "mock==5.1.*", + "mock==5.2.*", "pre-commit<5", "Pyjwt~=2.10.0", "pytest>=8.2,<9",