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.1.0 to 2.1.4 #147

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps dpath from 2.1.0 to 2.1.4.

Release notes

Sourced from dpath's releases.

v2.1.4

Commits

  • Better int ambiguity resolution in default creator
  • Remove unused import
  • Resolve int ambiguity in get function
  • Use isdecimal in favor of isdigit
  • Add type check tests
  • Update version.py
  • Merge pull request #181 by moomoohk from dpath-maintainers/179-int-ambiguity-solution-force-creates-dicts-when-no-pre-existing-dict-exists-breaking-previous-functionality

v2.1.3

Commits

  • Remove trailing comma
  • Bump version
  • Merge pull request #176 by moomoohk from dpath-maintainers/bugfix/175-trailling-comma-in-deprecated-merge

v2.1.2

Commits

  • Support negative indexes
  • Minor improvements
  • Improve negative number check
  • Remove unnecessary negative number check
  • Fix values to work with fnmatchcase
  • Add str overload to CyclicInt
  • Simplify int handling in matching code
  • Remove test case
  • Bump version
  • Continue evaluating entire path when handling int
  • Add type hints
  • Improve CyclicInt type
  • Rename CyclicInt to SymmetricInt
  • Fix sign
  • Merge pull request #172 by moomoohk from dpath-maintainers/feature/166-negative-list-indexing

v2.1.1

Commits

  • Catch all exceptions in type check
  • Cast path segment to int if it's supposed to be an index
  • Remove redundant import
  • Remove ambiguity of last path segment
  • Remove bad documentation
  • Add test for int ambiguity
  • Merge pull request #169 by moomoohk from dpath-maintainers/bugfix/int-ambiguity
Commits
  • 2eae6c1 Merge pull request #181 from dpath-maintainers/179-int-ambiguity-solution-for...
  • 013b3a7 Update version.py
  • cbed5f1 Add type check tests
  • 58b34df Use isdecimal in favor of isdigit
  • b07cc6a Resolve int ambiguity in get function
  • 436dac4 Remove unused import
  • f871299 Better int ambiguity resolution in default creator
  • 312a42c Merge pull request #176 from dpath-maintainers/bugfix/175-trailling-comma-in-...
  • f3303eb Bump version
  • 41c2652 Remove trailing comma
  • 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)