regel / loudml

Loud ML is the first open-source AI solution for ICT and IoT automation
Other
294 stars 92 forks source link

Bump dictdiffer from 0.8.0 to 0.9.0 #677

Open dependabot-preview[bot] opened 2 years ago

dependabot-preview[bot] commented 2 years ago

Bumps dictdiffer from 0.8.0 to 0.9.0.

Release notes

Sourced from dictdiffer's releases.

Dictdiffer v0.9.0

Dictdiffer v0.8.1

Changelog

Sourced from dictdiffer's changelog.

Changes

Version 0.9.0 (released 2021-07-22)

Version 0.8.1 (released 2019-12-13)

Version 0.8.0 (released 2019-03-17)

Version 0.7.2 (released 2019-02-22)

  • Two NaN values are considered the same, hence they are not shown in diff output. (#114) (@​t-b)
  • Refactors diff method to reduce recursive call stack size. (#112) (@​yoyonel)
  • Python porting best practice use feature detection instead of version detection to save an import and pass both PyLint and Flake8 tests with neither 'pragma' nor 'noqa'. (@​cclauss)

Version 0.7.1 (released 2018-05-04)

  • Resolves issue with keys containing dots. (#101)

Version 0.7.0 (released 2017-10-16)

  • Fixes problem with diff results that reference the original structure by introduction of deepcopy for all possibly unhashable items. Thus the diff does not change later when the diffed structures change.
  • Adds new option for patching and reverting patches in-place.
  • Adds Python 3.6 to test matrix.
  • Fixes the ignore argument when it contains a unicode value.

Version 0.6.1 (released 2016-11-22)

  • Changes order of items for REMOVE section of generated patches when swap is called so the list items are removed from the end. (#85)
  • Improves API documentation for ignore argument in diff function. (#79)
  • Executes doctests during PyTest invocation.

... (truncated)

Commits
  • 36506e4 ci: remove compilie_catalog
  • 2cc6ff2 release: v0.9.0 (#161)
  • d2f84b7 diff: add support for absolute tolerance of floats (#152)
  • fb2064a global: drop support for Python<3.5 (#160)
  • 0244647 testing: add assert_no_diff helper to assist pytest users (#153)
  • 09372ec tests: set minimum numpy installation to earliest version with a wheel (#158)
  • e05e266 docs: update the ReadTheDocs link with a secure one (#151)
  • 83d891e global: migrate CI to gh-actions
  • ab0905d setup: remove dependency on pkg_resources
  • 89d2e9c docs: fix link to changelog
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)