Open
Conversation
Bumps [deepdiff](https://github.com/qlustered/deepdiff) from 8.6.2 to 9.0.0. - [Release notes](https://github.com/qlustered/deepdiff/releases) - [Changelog](https://github.com/qlustered/deepdiff/blob/master/CHANGELOG.md) - [Commits](qlustered/deepdiff@8.6.2...9.0.0) --- updated-dependencies: - dependency-name: deepdiff dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #702 +/- ##
=======================================
Coverage 74.40% 74.40%
=======================================
Files 56 56
Lines 8026 8026
Branches 1570 1570
=======================================
Hits 5972 5972
Misses 1437 1437
Partials 617 617
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps deepdiff from 8.6.2 to 9.0.0.
Release notes
Sourced from deepdiff's releases.
Commits
41c7265fixing docs563c51eMerge branch 'master' of github.com:seperman/deepdiff172dc5cupdating docs81c4c9eupdating docs2155042Merge pull request #579 from qlustered/devdc706849.0.0 version8ff51de9.0.0 version bump123a4afno more auto commit on version bump9138418including docs in wheeleac9365updating changelogDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Greptile Summary
This PR is a Dependabot-generated major version bump of
deepdifffrom8.6.2to9.0.0inpyproject.toml.The only usage of
deepdiffin the repository is intests/h5_summary.py, whereDeepDiffis called withexclude_pathsandmath_epsilonparameters. These parameters are unaffected by the breaking changes introduced in9.0.0:9.0.0is the removal of theview_overrideparameter fromto_dict()andto_json()(replaced byverbose_level). Neither method — nor theview_overrideparameter — is used anywhere in the codebase.pyproject.tomlalready requires>=3.10, so there is no compatibility issue.9.0.0changes are bug fixes and new features that pose no risk to existing usage.Confidence Score: 5/5
view_overridefromto_dict/to_json) is not used anywhere in the codebase. The one DeepDiff call intests/h5_summary.pyuses onlyexclude_pathsandmath_epsilon, which remain unchanged. Python version requirements are also compatible.Important Files Changed
view_overrideinto_dict/to_json) is not used in this codebase, and the one usage of DeepDiff intests/h5_summary.pyremains compatible.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[pyproject.toml\ndeepDiff dependency] -->|bumped from 8.6.2| B[deepdiff 9.0.0] B --> C{Breaking Changes?} C -->|view_override removed\nfrom to_dict/to_json| D[Used in codebase?] C -->|Python 3.9 dropped| E[pyproject.toml\nrequires-python >= 3.10] D -->|No usage found| F[✅ No impact] E -->|Compatible| G[✅ No impact] B --> H[tests/h5_summary.py\nDeepDiff with math_epsilon] H -->|math_epsilon still valid| I[✅ No impact]Reviews (1): Last reviewed commit: "Bump deepdiff from 8.6.2 to 9.0.0" | Re-trigger Greptile