From 7f844b71ad00c7aec33f1aef95bcfbae34d81aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:41:07 +0000 Subject: [PATCH] Bump deepdiff from 8.5.0 to 8.6.1 Bumps [deepdiff](https://github.com/seperman/deepdiff) from 8.5.0 to 8.6.1. - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/commits) --- updated-dependencies: - dependency-name: deepdiff dependency-version: 8.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e854729..d1c56d37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "h5py==3.13.0", "scipy==1.15.3", "opencv-python==4.11.0.86", - "deepdiff==8.5.0", + "deepdiff==8.6.1", "numpy>=1.22.2,<2.3.0", "matplotlib==3.10.3", "beartype==0.20.2",