Skip to content

Commit 62c8915

Browse files
Bump deepdiff from 6.7.1 to 7.0.1 (#6)
Bumps [deepdiff](https://github.com/seperman/deepdiff) from 6.7.1 to 7.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seperman/deepdiff/releases">deepdiff's releases</a>.</em></p> <blockquote> <h2>7.0.1</h2> <ul> <li>[x] When verbose=2, return <code>new_path</code> when the <code>path</code> and <code>new_path</code> are different (for example when ignore_order=True and the index of items have changed).</li> <li>[x] Dropping support for Python 3.7</li> <li>[x] Introducing serialize to flat rows for delta objects.</li> <li>[x] fixes the issue with hashing <code>datetime.date</code> objects where it treated them as numbers instead of dates (fixes <a href="https://redirect.github.com/seperman/deepdiff/issues/445">#445</a>).</li> <li>[x] upgrading orjson to the latest version</li> <li>[x] Fix for bug when diffing two lists with ignore_order and providing compare_func</li> <li>[x] Fixes <a href="https://redirect.github.com/seperman/deepdiff/issues/438">#438</a></li> <li>[x] Supporting Python 3.12 in the build process by <a href="https://github.com/leoslf">Leo Sin</a></li> <li>[x] Fixes <a href="https://redirect.github.com/seperman/deepdiff/issues/457">#457</a> by <a href="https://github.com/sf-tcalhoun">sf-tcalhoun</a></li> <li>[x] Fixes <a href="https://redirect.github.com/seperman/deepdiff/issues/441">#441</a></li> <li>[x] Fixes <a href="https://redirect.github.com/seperman/deepdiff/issues/450">#450</a></li> <li>[x] Fixes <a href="https://redirect.github.com/seperman/deepdiff/issues/443">#443</a></li> <li>[x] Include type info and change the &quot;unknown&quot; value for flat rows to something that is friendly for Postgres enums</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seperman/deepdiff/commit/be22027e86ccb531164404fce7fc43a6633ac135"><code>be22027</code></a> Merge pull request <a href="https://redirect.github.com/seperman/deepdiff/issues/459">#459</a> from seperman/dev</li> <li><a href="https://github.com/seperman/deepdiff/commit/b391ae991d1cd7650092f5f66808870aa8a3abd6"><code>b391ae9</code></a> Bump version: 7.0.0 → 7.0.1</li> <li><a href="https://github.com/seperman/deepdiff/commit/2a4f963a1d4d3afab35bfc1eb134dee7c08f326c"><code>2a4f963</code></a> updating docs</li> <li><a href="https://github.com/seperman/deepdiff/commit/759bb8217eaf2ebc7cd168458d601222be61164b"><code>759bb82</code></a> op_codes conversion to flat dicts</li> <li><a href="https://github.com/seperman/deepdiff/commit/54ebdb5a719d68010e20c4f95666ae1eabc97b39"><code>54ebdb5</code></a> Include type info and change the &quot;unknown&quot; value for flat rows to</li> <li><a href="https://github.com/seperman/deepdiff/commit/4c337cfc0f14d6cc947d899f0cfd70898c6c5615"><code>4c337cf</code></a> updating authors</li> <li><a href="https://github.com/seperman/deepdiff/commit/71cde51fb7153b3ca8fad4799ea890ab836de762"><code>71cde51</code></a> Merge pull request <a href="https://redirect.github.com/seperman/deepdiff/issues/449">#449</a> from seperman/dev</li> <li><a href="https://github.com/seperman/deepdiff/commit/c6ae868d09cb2125f8d67c79b5e880abf0a3f75e"><code>c6ae868</code></a> fixing the github action file</li> <li><a href="https://github.com/seperman/deepdiff/commit/ae84266004051a726312ca1b06b3d607f566569e"><code>ae84266</code></a> code cov token</li> <li><a href="https://github.com/seperman/deepdiff/commit/93fd6540e0cdb320dc5b8fe6bc6115f4a58e8fec"><code>93fd654</code></a> fixing final tests</li> <li>Additional commits viewable in <a href="https://github.com/seperman/deepdiff/compare/6.7.1...7.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=deepdiff&package-manager=pip&previous-version=6.7.1&new-version=7.0.1)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
2 parents 3cc43e4 + cfea1f5 commit 62c8915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dev-pytest = [
8383
"pytest-mock == 3.14.0",
8484
"pytest-asyncio == 0.23.6",
8585
"async-solipsism == 0.6",
86-
"deepdiff == 6.7.1",
86+
"deepdiff == 7.0.1",
8787
]
8888
dev = [
8989
"frequenz-client-electricity-trading[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)