Skip to content

deps(deps): update jsonpath-ng requirement from >=1.5.3 to >=1.8.0#32

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

deps(deps): update jsonpath-ng requirement from >=1.5.3 to >=1.8.0#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/jsonpath-ng-gte-1.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on jsonpath-ng to permit the latest version.

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 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)

Open with Devin

Updates the requirements on [jsonpath-ng](https://github.com/h2non/jsonpath-ng) to permit the latest version.
- [Release notes](https://github.com/h2non/jsonpath-ng/releases)
- [Changelog](https://github.com/h2non/jsonpath-ng/blob/master/CHANGELOG.md)
- [Commits](h2non/jsonpath-ng@1.5.3...v1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Python related changes labels Apr 13, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread pyproject.toml
"pexpect>=4.9.0",
"psutil>=5.9.0",
"jsonpath-ng>=1.5.3",
"jsonpath-ng>=1.8.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 jsonpath-ng version requirement not updated in requirements.txt and setup.py

The PR updates jsonpath-ng>=1.5.3 to jsonpath-ng>=1.8.0 in pyproject.toml but leaves the old >=1.5.3 version in both requirements.txt:6 and setup.py:35. This means users installing via pip install -r requirements.txt or through the legacy setup.py path will still be able to install the older, presumably incompatible version that this PR intends to stop allowing. All three dependency specification files should be kept in sync.

Prompt for agents
The jsonpath-ng version was bumped from >=1.5.3 to >=1.8.0 in pyproject.toml but the same dependency is listed with the old version >=1.5.3 in two other files:

1. requirements.txt line 6: jsonpath-ng>=1.5.3
2. setup.py line 35: "jsonpath-ng>=1.5.3"

Both of these should be updated to jsonpath-ng>=1.8.0 to keep all dependency specifications consistent.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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 Python related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant