From 716c049e731cc3871ef89aee6d58d6f8ab8aefbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:41:41 +0000 Subject: [PATCH] Bump deepdiff from 8.5.0 to 8.6.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [deepdiff](https://github.com/seperman/deepdiff). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fc2770cf0..7aab185ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "beautifulsoup4==4.12.3", "colorama==0.4.6; sys_platform == \"win32\"", "coloredlogs==15.0.1", - "deepdiff==8.5.0", + "deepdiff==8.6.1", "emoji==2.14.1", "feedparser==6.0.11", "lxml==6.0.0",