From 56251aa74fe681f84dc401ec4b7e9846d18d9486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:40:27 +0000 Subject: [PATCH] Bump deepdiff from 8.0.1 to 8.1.1 Bumps [deepdiff](https://github.com/seperman/deepdiff) from 8.0.1 to 8.1.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/compare/8.0.1...8.1.1) --- updated-dependencies: - dependency-name: deepdiff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 478578fe..cb38370f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "h5py==3.12.1", "scipy==1.14.1", "opencv-python==4.10.0.84", - "deepdiff==8.0.1", + "deepdiff==8.1.1", "numpy>=1.22.2,<2.3.0", "matplotlib==3.10.0", "beartype==0.19.0",