diff options
author | 2025-09-04 15:41:41 +0000 | |
---|---|---|
committer | 2025-09-04 15:41:41 +0000 | |
commit | 716c049e731cc3871ef89aee6d58d6f8ab8aefbc (patch) | |
tree | 1dbc0096efcddba8bf5f09d2ed2414304ca9fdc9 | |
parent | Bump actions/checkout from 4 to 5 (#3369) (diff) |
Bump deepdiff from 8.5.0 to 8.6.1 in the pip group across 1 directorydependabot/pip/pip-5e502e9552
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] <[email protected]>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8fc2770cf..7aab185ce 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", |