From 9d674107e00634929c6bc02f2ad5df98e0f97941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:39:40 +0000 Subject: [PATCH] Bump deepdiff from 6.7.1 to 8.6.1 Bumps [deepdiff](https://github.com/seperman/deepdiff) from 6.7.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79288b3..66ed503 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and sys_pla comm==0.2.2 ; python_version >= "3.9" and python_version < "4.0" debugpy==1.8.2 ; python_version >= "3.9" and python_version < "4.0" decorator==5.1.1 ; python_version >= "3.9" and python_version < "4.0" -deepdiff==6.7.1 ; python_version >= "3.9" and python_version < "4.0" +deepdiff==8.6.1 ; python_version >= "3.9" and python_version < "4.0" defusedxml==0.7.1 ; python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.2.2 ; python_version >= "3.9" and python_version < "3.11" executing==2.0.1 ; python_version >= "3.9" and python_version < "4.0"