From fa176ae6ed308841d3bc585bf13460eed2f7681c Mon Sep 17 00:00:00 2001 From: yrriban Date: Thu, 9 Oct 2025 18:56:18 -0400 Subject: [PATCH] Add pytest-mockito to the list of deps. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2692d05..891d8db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "wand (>=0.6.13,<0.7.0)", "pytest (>=8.4.2,<9.0.0)", "pillow (>=11.3.0,<12.0.0)", + "pytest-mockito (>=0.0.4,<0.0.5)", ]