From b1210554b1dde99695ccbe4bbad8ea061145655d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:39:55 +0000 Subject: [PATCH] Bump deepdiff from 5.8.1 to 8.6.1 in /scripts Bumps [deepdiff](https://github.com/seperman/deepdiff) from 5.8.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] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 97318c1d7cd..9458dd004cf 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,5 @@ PyYAML==6.0 -deepdiff==5.8.1 +deepdiff==8.6.1 PyGithub==1.57 pytest==7.0.1 jsonpatch==1.32