Skip to content

Commit 773aa19

Browse files
chore(deps-dev): bump deepdiff from 8.6.1 to 9.1.0 (#183)
Bumps [deepdiff](https://github.com/qlustered/deepdiff) from 8.6.1 to 9.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qlustered/deepdiff/releases">deepdiff's releases</a>.</em></p> <blockquote> <h2>9.0.0</h2> <ul> <li>migration note: <ul> <li><code>to_dict()</code> and <code>to_json()</code> now accept a <code>verbose_level</code> parameter and always return a usable text-view dict. When the original view is <code>'tree'</code>, they default to <code>verbose_level=2</code> for full detail. The old <code>view_override</code> parameter is removed. To get the previous results, you will need to pass the explicit verbose_level to <code>to_json</code> and <code>to_dict</code> if you are using the tree view.</li> </ul> </li> <li>Dropping support for Python 3.9</li> <li>Support for python 3.14</li> <li>Added support for callable <code>group_by</code> thanks to <a href="https://github.com/echan5">echan5</a></li> <li>Added <code>FlatDeltaDict</code> TypedDict for <code>to_flat_dicts</code> return type</li> <li>Fixed colored view display when all list items are removed thanks to <a href="https://github.com/yannrouillard">yannrouillard</a></li> <li>Fixed <code>hasattr()</code> swallowing <code>AttributeError</code> in <code>__slots__</code> handling for objects with <code>__getattr__</code> thanks to <a href="https://github.com/tpvasconcelos">tpvasconcelos</a></li> <li>Fixed <code>ignore_order=True</code> missing int-vs-float type changes</li> <li>Always use t1 path for reporting thanks to <a href="https://github.com/devin13cox">devin13cox</a></li> <li>Fixed <code>_convert_oversized_ints</code> failing on NamedTuples</li> <li>Fixed orjson <code>TypeError</code> for integers exceeding 64-bit range</li> <li>Fixed parameter bug in <code>to_flat_dicts</code> where <code>include_action_in_path</code> and <code>report_type_changes</code> were not being passed through</li> <li>Fixed <code>ignore_keys</code> issue in <code>detailed__dict__</code> thanks to <a href="https://github.com/vitalis89">vitalis89</a></li> <li>Fixed logarithmic similarity type hint thanks to <a href="https://github.com/ljames8">ljames8</a></li> </ul> <p>8.6.2 - Fix (CVE-2025-58367)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/qlustered/deepdiff/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=deepdiff&package-manager=uv&previous-version=8.6.1&new-version=9.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59cfefd commit 773aa19

1 file changed

Lines changed: 123 additions & 3 deletions

File tree

0 commit comments

Comments
 (0)