Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Bump dpath from 2.1.0 to 2.1.4 #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2023

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)

Bumps [dpath](https://github.com/dpath-maintainers/dpath-python) from 2.1.0 to 2.1.4.
- [Release notes](https://github.com/dpath-maintainers/dpath-python/releases)
- [Commits](dpath-maintainers/dpath-python@v2.1.0...v2.1.4)

---
updated-dependencies:
- dependency-name: dpath
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants