From 49ff844e5c46646c06f4fcd0f8e91a58ccca9613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 21:29:59 +0000 Subject: [PATCH] Update deepdiff requirement from ~=7.0.1 to >=7.0.1,<8.7.0 Updates the requirements on [deepdiff](https://github.com/seperman/deepdiff) to permit the latest version. - [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.0 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 b0357f246..40d845759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "pytest-sugar~=1.0.0", "retry~=0.9.2", "pre-commit~=3.5.0", - "deepdiff~=7.0.1", + "deepdiff>=7.0.1,<8.7.0", "pytest-cov~=5.0.0", "twine~=6.1.0", "types-retry~=0.9.9.20241221",