From 24a78969c1e46c0d5eb413f86feae097ed50ee63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:12:05 +0000 Subject: [PATCH] chore(deps)(deps): 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/compare/6.7.1...8.6.1) --- 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 e1bd919..3771cee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,7 +88,7 @@ flake8==7.0.0 pandas-stubs==2.2.0.240218 # Matched with pandas version # Data Comparison and Versioning -deepdiff==6.7.1 # For intelligent version detection +deepdiff==8.6.1 # For intelligent version detection # Logging structlog==24.1.0 # Downgraded for better compatibility