Skip to content

Bump python-jsonpath from 2.1.0 to 2.2.1 in /server#1288

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/server/dev/python-jsonpath-2.2.1
Open

Bump python-jsonpath from 2.1.0 to 2.2.1 in /server#1288
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/server/dev/python-jsonpath-2.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps python-jsonpath from 2.1.0 to 2.2.1.

Release notes

Sourced from python-jsonpath's releases.

Versoin 2.2.1

Fixes

  • JSONPath parser recursion limit failures now raise JSONPathRecursionError, preserving the original RecursionError as the cause. JSONPathRecursionError now also subclasses RecursionError, allowing existing except RecursionError handlers to continue working.

Version 2.2.0

Fixes

  • Fixed lexing of quoted name selectors ending in an escaped backslash, like $['a\\']['b']. The lexer's look-behind for the closing quote treated a quote following an escaped backslash (\\) as an escaped quote (\'), so these selectors failed to tokenize. This also broke the RFC 9535 normalized path round-trip: normalized paths produced for object keys containing backslashes could not be parsed back. See #132.
  • Fixed atomic JSONPatch application when a patch op replaces the document root.

Features

  • Added patch.patched(ops, data) and JSONPatch.patched(data). patched() is a non-mutating form of JSONPatch application. It always performs a deep copy of data and returns the patched copy. See #131.
Changelog

Sourced from python-jsonpath's changelog.

Version 2.2.1

Fixes

  • JSONPath parser recursion limit failures now raise JSONPathRecursionError, preserving the original RecursionError as the cause. JSONPathRecursionError now also subclasses RecursionError, allowing existing except RecursionError handlers to continue working.

Version 2.2.0

Fixes

  • Fixed lexing of quoted name selectors ending in an escaped backslash, like $['a\\']['b']. The lexer's look-behind for the closing quote treated a quote following an escaped backslash (\\) as an escaped quote (\'), so these selectors failed to tokenize. This also broke the RFC 9535 normalized path round-trip: normalized paths produced for object keys containing backslashes could not be parsed back. See #132.
  • Fixed atomic JSONPatch application when a patch op replaces the document root.

Features

  • Added patch.patched(ops, data) and JSONPatch.patched(data). patched() is a non-mutating form of JSONPatch application. It always performs a deep copy of data and returns the patched copy. See #131.
Commits
  • dbf4594 Release version 2.2.1 [skip ci]
  • 4084691 Merge pull request #135 from jg-rp/fix-recursion-error
  • c267ae2 Wrap JSONPath compile time recursion errors
  • 8e7d138 Release version 2.2.0 [skip ci]
  • ef0813b Merge pull request #134 from jg-rp/atomic-patch-root
  • 9e6ef79 Fix atomic patch application corner cases
  • a0e1bbc Merge pull request #133 from jg-rp/patched
  • 87d7c91 Add non-mutating JSONPatch.patched
  • b01c7d1 Merge pull request #132 from gaoflow/fix-lexer-escaped-backslash-string-literals
  • 3e9f144 Fix lexing of string literals ending in an escaped backslash
  • See full diff 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 [python-jsonpath](https://github.com/jg-rp/python-jsonpath) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/jg-rp/python-jsonpath/releases)
- [Changelog](https://github.com/jg-rp/python-jsonpath/blob/main/CHANGELOG.md)
- [Commits](jg-rp/python-jsonpath@v2.1.0...v2.2.1)

---
updated-dependencies:
- dependency-name: python-jsonpath
  dependency-version: 2.2.1
  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 Jul 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Client V3 Test Results

23 tests   23 ✅  0s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 9d89678.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Client Test Results

128 tests   128 ✅  0s ⏱️
  6 suites    0 💤
  1 files      0 ❌

Results for commit 9d89678.

@sonarqubecloud

sonarqubecloud Bot commented Jul 8, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Python Test Results

  1 files    1 suites   2m 7s ⏱️
704 tests 704 ✅ 0 💤 0 ❌
709 runs  709 ✅ 0 💤 0 ❌

Results for commit 9d89678.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Playwright E2E Results (chromium)

210 tests   210 ✅  2m 10s ⏱️
 14 suites    0 💤
  1 files      0 ❌

Results for commit 9d89678.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

Playwright E2E Results (firefox)

210 tests   210 ✅  2m 11s ⏱️
 14 suites    0 💤
  1 files      0 ❌

Results for commit 9d89678.

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