Skip to content

Commit

Permalink
Bump jsonpath-ng from 1.6.1 to 1.7.0 (#1237)
Browse files Browse the repository at this point in the history
Bumps [jsonpath-ng](https://github.com/h2non/jsonpath-ng) from 1.6.1 to
1.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/h2non/jsonpath-ng/releases">jsonpath-ng's
releases</a>.</em></p>
<blockquote>
<h2>v1.7.0</h2>
<ul>
<li>Allow raw numeric values to be used as keys</li>
<li>Add <code>wherenot</code></li>
<li>Added EZRegex pattern for the split extension regex</li>
<li>Added negative and * indecies and quotes to <code>Split</code>
parameters</li>
<li>Typo: duplicate line removed.</li>
<li>Added <code>path</code> extension that exposes datum's path from the
jsonpath expression itself.</li>
<li>Remove Python 3.7 support</li>
<li>Only construct the parse table once</li>
<li>updated test for <code>jsonpath.py</code> changes</li>
<li>fix for Updating a json object fails if the value of a key is
boolean <a
href="https://redirect.github.com/h2non/jsonpath-ng/issues/73">#73</a></li>
<li>Add Codespaces configuration</li>
<li>Add <code>.editorconfig</code></li>
<li>Fix a GitHub workflow schema issue</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/h2non/jsonpath-ng/blob/master/History.md">jsonpath-ng's
changelog</a>.</em></p>
<blockquote>
<h1>1.7.0 / 2024-10-11</h1>
<ul>
<li>Allow raw numeric values to be used as keys</li>
<li>Add <code>wherenot</code></li>
<li>Added EZRegex pattern for the split extension regex</li>
<li>Added negative and * indecies and quotes to <code>Split</code>
parameters</li>
<li>Typo: duplicate line removed.</li>
<li>Added <code>path</code> extension that exposes datum's path from the
jsonpath expression itself.</li>
<li>Remove Python 3.7 support</li>
<li>Only construct the parse table once</li>
<li>updated test for <code>jsonpath.py</code> changes</li>
<li>fix for Updating a json object fails if the value of a key is
boolean <a
href="https://redirect.github.com/h2non/jsonpath-ng/issues/73">#73</a></li>
<li>Add Codespaces configuration</li>
<li>Add <code>.editorconfig</code></li>
<li>Fix a GitHub workflow schema issue</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/dcda7ede8334c46ce6927b26139f87697eff9634"><code>dcda7ed</code></a>
Bump to version 1.7.0</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/1b833072046d3d973c96d0633b4d40909a3e39be"><code>1b83307</code></a>
Allow raw numeric values to be used as keys</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/58378a6fb28ed3addce233006d999e4d178c4782"><code>58378a6</code></a>
Add wherenot</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/d5a766f3da7d26a8aaed1013edc4b5d164a08bf1"><code>d5a766f</code></a>
Added EZRegex pattern for the split extension regex</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/6bac2be9613cb9f576112cd7498f2e472162306a"><code>6bac2be</code></a>
Added negative and * indecies and quotes to Split parameters</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/519d97af0391d19f9dd804c5b7af5d2eeafb9089"><code>519d97a</code></a>
Typo: duplicate line removed.</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/b691daeab56151cc656b45550ca399113b4886c8"><code>b691dae</code></a>
Added <code>path</code> extension that exposes datum's path from the
jsonpath expression...</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/8a62341c1ad94b7c23427a96dd6ea81367d537b7"><code>8a62341</code></a>
Remove Python 3.7 support</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/025ba04922fe572aea986d1443f31f0078f324f3"><code>025ba04</code></a>
Only construct the parse table once</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/bf75ddf25a552f58aca4f2f36cd69d21b4727c76"><code>bf75ddf</code></a>
updated test for jsonpath.py changes</li>
<li>Additional commits viewable in <a
href="https://github.com/h2non/jsonpath-ng/compare/v1.6.1...v1.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsonpath-ng&package-manager=pip&previous-version=1.6.1&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 2ababad commit e7ed95b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7ed95b

Please sign in to comment.