Skip to content

chore(deps): bump jsonpath-ng from 1.6.1 to 1.8.0#147

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/jsonpath-ng-1.8.0
Open

chore(deps): bump jsonpath-ng from 1.6.1 to 1.8.0#147
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/jsonpath-ng-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps jsonpath-ng from 1.6.1 to 1.8.0.

Release notes

Sourced from jsonpath-ng's releases.

v1.7.0

  • Allow raw numeric values to be used as keys
  • Add wherenot
  • Added EZRegex pattern for the split extension regex
  • Added negative and * indecies and quotes to Split parameters
  • Typo: duplicate line removed.
  • Added path extension that exposes datum's path from the jsonpath expression itself.
  • Remove Python 3.7 support
  • Only construct the parse table once
  • updated test for jsonpath.py changes
  • fix for Updating a json object fails if the value of a key is boolean #73
  • Add Codespaces configuration
  • Add .editorconfig
  • Fix a GitHub workflow schema issue
Changelog

Sourced from jsonpath-ng's changelog.

1.8.0 - 2026-02-24

Added

  • Support Python 3.13 and 3.14
  • Typing for IDE autocomplete
  • Support for EMOJI and CJK Unicode
  • Support for DatumInContext in-place updating
  • Support equality checking of Operation instances
  • Support string serialization of Union and Intersect instances
  • Support comma-separated indices
  • Add typings for IDE autocomplete

Changed

  • Rename ExtentedJsonPathParser
  • Remove ply dependency

Fixed

  • Fix False and None values
  • Fix single constant case
  • Update field filter to resolve wildcard path issue
  • Vendor copy of ply and remove pickle support from the vendored copy to resolve CVE-2025-56005
  • Fix string serialization throughout the library to enforce roundtrip parsing consistency.
    • Fields are more conservatively enclosed in quotion marks This fixes serialization and re-parsing of "00", '%', '0@' and "&'".
    • Operation instances can now be serialized. This fixes serialization of 0-@ and A -A.
    • SortedThis instances can now be serialized and re-parsed. This fixes serialization of 0[/0].
    • Child precedence is now preserved using parentheses during serialization. This ensures that serialized strings like a..b[c] serialize and re-parse identically.
  • Fix parsing and string serialization of numeric-only identifiers. This fixes parsing of 10, which was parsed as two separate fields.
  • Fix equality checks for SortedThis instances.
  • Fix bool filter type to handle None values

Removed

  • Python 3.8 and 3.9 no longer supported
Commits
  • e59ead3 Release v1.8.0
  • ee53af8 Update setup.py
  • 485ffb3 Update requirements.txt
  • e00121b Fix a number of bugs uncovered by roundtrip testing
  • eeed776 Remove pickle support in ply modules
  • 314401c Vendor ply as it is no longer maintained
  • a44b275 Bump github/codeql-action from 3 to 4
  • 9878070 Bump actions/checkout from 5 to 6
  • 0ff6edd Test with Python 3.14
  • 3fb3558 Remove official support for Python 3.8 and 3.9
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [jsonpath-ng](https://github.com/h2non/jsonpath-ng) from 1.6.1 to 1.8.0.
- [Release notes](https://github.com/h2non/jsonpath-ng/releases)
- [Changelog](https://github.com/h2non/jsonpath-ng/blob/master/CHANGELOG.md)
- [Commits](h2non/jsonpath-ng@v1.6.1...v1.8.0)

---
updated-dependencies:
- dependency-name: jsonpath-ng
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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