Commit 9d65bf6
authored
chore(deps-dev): update deepdiff requirement from >=8.0.1 to >=9.0.0 (#1027)
Updates the requirements on
[deepdiff](https://github.com/qlustered/deepdiff) to permit the latest
version.
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/qlustered/deepdiff/commit/41c726586cfef55de0c8474923d2734f1529d223"><code>41c7265</code></a>
fixing docs</li>
<li><a
href="https://github.com/qlustered/deepdiff/commit/563c51e245c14f154d517b00c50ee8d056dcf636"><code>563c51e</code></a>
Merge branch 'master' of github.com:seperman/deepdiff</li>
<li><a
href="https://github.com/qlustered/deepdiff/commit/172dc5cc218cb1cc970145ad241f7e94c335eb47"><code>172dc5c</code></a>
updating docs</li>
<li><a
href="https://github.com/qlustered/deepdiff/commit/81c4c9efe7378f53453b3c9546e552d5dfb57552"><code>81c4c9e</code></a>
updating docs</li>
<li><a
href="https://github.com/qlustered/deepdiff/commit/2155042a7a596a8d78f6c5ef9f20d2e7d795ce43"><code>2155042</code></a>
Merge pull request <a
href="https://redirect.github.com/qlustered/deepdiff/issues/579">#579</a>
from qlustered/dev</li>
<li><a
href="https://github.com/qlustered/deepdiff/commit/dc70684983806f2d9085051c9285851f54246703"><code>dc70684</code></a>
9.0.0 version</li>
<li><a
href="https://github.com/qlustered/deepdiff/commit/8ff51de8189fd374f5316900586fa181fac3a92f"><code>8ff51de</code></a>
9.0.0 version bump</li>
<li><a
href="https://github.com/qlustered/deepdiff/commit/123a4af982b7020c9b3c9f1ff2ed97f72db0bd5e"><code>123a4af</code></a>
no more auto commit on version bump</li>
<li><a
href="https://github.com/qlustered/deepdiff/commit/913841871a97565a1ce9664671cd3af1035bd76f"><code>9138418</code></a>
including docs in wheel</li>
<li><a
href="https://github.com/qlustered/deepdiff/commit/eac936518f2925c62185c0cdb29dd3faf5e9c9b7"><code>eac9365</code></a>
updating changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/qlustered/deepdiff/compare/8.0.1...9.0.0">compare
view</a></li>
</ul>
</details>
<br />
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 a9791d3 commit 9d65bf6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments