Skip to content

Bump python-jsonpath from 2.1.0 to 2.2.0 in /server#1277

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps python-jsonpath from 2.1.0 to 2.2.0.

Release notes

Sourced from python-jsonpath's releases.

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.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
  • 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.0.
- [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.0)

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

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Client V3 Test Results

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

Results for commit 832d4f2.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Client Test Results

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

Results for commit 832d4f2.

@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Python Test Results

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

Results for commit 832d4f2.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Playwright E2E Results (chromium)

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

Results for commit 832d4f2.

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Playwright E2E Results (firefox)

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

Results for commit 832d4f2.

@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1288.

@dependabot dependabot Bot closed this Jul 8, 2026
@dependabot dependabot Bot deleted the dependabot/pip/server/dev/python-jsonpath-2.2.0 branch July 8, 2026 09:32
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