From c024ef41c9758b916a224019e5591420c2a850be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:17:40 +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 fa5a2bc1f..ded21c324 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",