Skip to content

Commit

Permalink
Bump jsonpath-ng from 1.6.0 to 1.6.1 (#928)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [jsonpath-ng](https://github.com/h2non/jsonpath-ng) from 1.6.0 to
1.6.1.
<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.6.1</h2>
<ul>
<li>Bump actions/setup-python from 4 to 5</li>
<li>Bump github/codeql-action from 2 to 3</li>
<li>Use tox to run the test suite against all supported Pythons</li>
<li>Fix a typo in the README</li>
<li>Add a test case</li>
<li>Fix issue with lambda based updates</li>
<li>Remove unused code from the test suite</li>
<li>Refactor <code>tests/test_parser.py</code></li>
<li>Refactor <code>tests/test_lexer.py</code></li>
<li>Refactor <code>tests/test_jsonpath_rw_ext.py</code></li>
<li>De-duplicate the parser test cases</li>
<li>Refactor <code>tests/test_jsonpath.py</code></li>
<li>Refactor <code>tests/test_jsonpath.py</code></li>
<li>Refactor <code>tests/test_exceptions.py</code></li>
<li>Remove a test that merely checks exception inheritance</li>
<li>Refactor <code>tests/test_examples.py</code></li>
<li>Add pytest-randomly to shake out auto_id side effects</li>
<li>Bump actions/checkout from 3 to 4</li>
<li>Include the test suite in coverage reports</li>
<li>Remove tests that don't affect coverage and contribute nothing</li>
<li>Reformat <code>tests/test_create.py</code></li>
<li>Remove <code>test_doctests</code>, which is a no-op</li>
<li>Demonstrate that there are no doctests</li>
<li>Remove the <code>coveralls</code> dependency</li>
<li>Migrate <code>tests/bin/test_jsonpath.py</code> to use pytest</li>
<li>remove Python2 crumbs</li>
<li>Add CodeQL analysis</li>
<li>Remove the <code>oslotest</code> dependency</li>
<li>Fix running CI against incoming PRs</li>
<li>Support, and test against, Python 3.12</li>
<li>Update the currently-tested CPython versions in the README</li>
<li>Remove an unused Travis CI config file</li>
<li>Add a Dependabot config to keep GitHub action versions updated</li>
<li>add a test for the case when root element is a list</li>
<li>Fix issue with assignment in case root element is a list.</li>
<li>Fix typo in README</li>
<li>Fix test commands in Makefile</li>
<li>Fix .coveragerc path</li>
<li>Simplify clean in Makefile</li>
<li>Refactor unit tests for better errors</li>
<li>test case for existing auto id</li>
<li>Add more examples to README (thanks <a
href="https://github.com/baynes"><code>@​baynes</code></a>)</li>
<li>fixed typo</li>
<li>Don't fail when regex match is attempted on non-strings</li>
<li>added step in slice</li>
<li>Add additional tests</li>
<li>Add <code>keys</code> keyword</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.6.1 / 2024-01-11</h1>
<ul>
<li>Bump actions/setup-python from 4 to 5</li>
<li>Bump github/codeql-action from 2 to 3</li>
<li>Use tox to run the test suite against all supported Pythons</li>
<li>Fix a typo in the README</li>
<li>Add a test case</li>
<li>Fix issue with lambda based updates</li>
<li>Remove unused code from the test suite</li>
<li>Refactor <code>tests/test_parser.py</code></li>
<li>Refactor <code>tests/test_lexer.py</code></li>
<li>Refactor <code>tests/test_jsonpath_rw_ext.py</code></li>
<li>De-duplicate the parser test cases</li>
<li>Refactor <code>tests/test_jsonpath.py</code></li>
<li>Refactor <code>tests/test_jsonpath.py</code></li>
<li>Refactor <code>tests/test_exceptions.py</code></li>
<li>Remove a test that merely checks exception inheritance</li>
<li>Refactor <code>tests/test_examples.py</code></li>
<li>Add pytest-randomly to shake out auto_id side effects</li>
<li>Bump actions/checkout from 3 to 4</li>
<li>Include the test suite in coverage reports</li>
<li>Remove tests that don't affect coverage and contribute nothing</li>
<li>Reformat <code>tests/test_create.py</code></li>
<li>Remove <code>test_doctests</code>, which is a no-op</li>
<li>Demonstrate that there are no doctests</li>
<li>Remove the <code>coveralls</code> dependency</li>
<li>Migrate <code>tests/bin/test_jsonpath.py</code> to use pytest</li>
<li>remove Python2 crumbs</li>
<li>Add CodeQL analysis</li>
<li>Remove the <code>oslotest</code> dependency</li>
<li>Fix running CI against incoming PRs</li>
<li>Support, and test against, Python 3.12</li>
<li>Update the currently-tested CPython versions in the README</li>
<li>Remove an unused Travis CI config file</li>
<li>Add a Dependabot config to keep GitHub action versions updated</li>
<li>add a test for the case when root element is a list</li>
<li>Fix issue with assignment in case root element is a list.</li>
<li>Fix typo in README</li>
<li>Fix test commands in Makefile</li>
<li>Fix .coveragerc path</li>
<li>Simplify clean in Makefile</li>
<li>Refactor unit tests for better errors</li>
<li>test case for existing auto id</li>
<li>Add more examples to README (thanks <a
href="https://github.com/baynes"><code>@​baynes</code></a>)</li>
<li>fixed typo</li>
<li>Don't fail when regex match is attempted on non-strings</li>
<li>added step in slice</li>
<li>Add additional tests</li>
<li>Add <code>keys</code> keyword</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/2b50a1b674a3241cf336c4465372d0e4b6c2f18d"><code>2b50a1b</code></a>
Bump to version 1.6.1</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/2c509855119489b707cfebdd6e5929975b9064b4"><code>2c50985</code></a>
Bump actions/setup-python from 4 to 5</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/c9af1010ae8cb1dc6fbaa44ef3e0c3187185b92e"><code>c9af101</code></a>
Bump github/codeql-action from 2 to 3</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/bab8e4a1e13b9c5ee4d3219701e011c315422e5e"><code>bab8e4a</code></a>
Use tox to run the test suite against all supported Pythons</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/b974d4ffcd69ca9826295342c00242f35b1cb828"><code>b974d4f</code></a>
Fix a typo in the README</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/8cefc0b9ea57405f4718a7d436745e3e6117f020"><code>8cefc0b</code></a>
Add a test case</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/7987969ef85e92b700f947f3e61b5f8ce2421187"><code>7987969</code></a>
Fix issue with lambda based updates</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/aa4c61e83f9adf2d6caaefcd9d1bc9ca8715d007"><code>aa4c61e</code></a>
Remove unused code from the test suite</li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/86d3f21f08f6115357d73be5ea28e9972a3bf9d1"><code>86d3f21</code></a>
Refactor <code>tests/test_parser.py</code></li>
<li><a
href="https://github.com/h2non/jsonpath-ng/commit/d10c6f10868e6eeaf6b4154e6f3828b777ffee54"><code>d10c6f1</code></a>
Refactor <code>tests/test_lexer.py</code></li>
<li>Additional commits viewable in <a
href="https://github.com/h2non/jsonpath-ng/compare/v1.6.0...v1.6.1">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.0&new-version=1.6.1)](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>
Co-authored-by: Flaviu Vadan <flaviuvadan@gmail.com>
  • Loading branch information
dependabot[bot] and flaviuvadan authored Jan 15, 2024
1 parent e314cda commit 7c9de71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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 7c9de71

Please sign in to comment.