nebula-orchestrator / reporter

The optional reporter container which reads nebula reports from Kafka into the backend DB
https://nebula-orchestrator.github.io/
GNU General Public License v3.0
3 stars 1 forks source link

Bump dpath from 2.0.8 to 2.1.0 #142

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps dpath from 2.0.8 to 2.1.0.

Release notes

Sourced from dpath's releases.

v2.1.0

Commits

  • Convert docstrings to double quotes
  • Add Python >=3.6 constraint for type hints
  • Organize imports
  • Fix typo
  • Implement merge types as an enum
  • Rename safe_path to _split_path
  • Sort out imports
  • Remove unnecessary check
  • Rename/remove unused variables
  • Some type hinting
  • More type hinting
  • Remove parens
  • Refactoring and type hinting
  • Documentation
  • Use fstrings
  • Remove redundant parentheses
  • Remove unicode literal
  • Some type hints and name improvements
  • Merge branch 'master' into feature/cleanup
  • Small refactor in deletion code
  • Move custom type definitions to dedicated file
  • Use MutableMapping instead of dict
  • Catch specific exceptions
  • Add exports
  • Move utils functions to top level
  • Merge branch 'master' into feature/refactor
  • Fix tests
  • Mock correct function
  • PEP8 change
  • Enable DeprecationWarnings in tests
  • Run flake8 separately from tests
  • Working flake8 with annotations
  • Style fixes
  • Reorder tasks in workflow
  • Set minor version
  • Remove references to dpath.util in tests
  • PEP8 fix
  • Add note regarding 3.6
  • Type hint improvements and exports
  • Merge pull request #168 by moomoohk from dpath-maintainers/feature/refactor
Commits


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)