From 93dc74d6566c3f08d83719c5a81fd8e2638f7ebd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 May 2024 17:08:02 +0000 Subject: [PATCH] fix(deps): update dependency iteration-utilities to ^0.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7546d28..80f102a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ opencv-python-headless = "^4.5.5.62" pdf2image = "^1.16.0" matplotlib = "^3.5.1" imutils = "^0.5.4" -iteration-utilities = "^0.11.0" +iteration-utilities = "^0.12.0" dvc = "^2.34.0" dvc-ssh = "^2.20.0" scipy = "^1.8.0"