From e32aa8407ebf7f78d0b455f07c9c867c4f0e059e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:46:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20bump=20deepdiff=20from=207.0.1?= =?UTF-8?q?=20to=208.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [deepdiff](https://github.com/seperman/deepdiff) from 7.0.1 to 8.0.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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d1a760..c559c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "pydantic==2.8.2", "msgspec==0.18.6", "msgpack==1.0.8", - "deepdiff==7.0.1", + "deepdiff==8.0.1", "pyyaml==6.0.2", "toml==0.10.2", ]