From 30df45f5ecbdc3ef08f5f7be029a5557ce546552 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 11 Oct 2024 20:13:28 +0000
Subject: [PATCH] chore(deps): bump jsonpath-ng from 1.6.1 to 1.7.0

Bumps [jsonpath-ng](https://github.com/h2non/jsonpath-ng) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/h2non/jsonpath-ng/releases)
- [Changelog](https://github.com/h2non/jsonpath-ng/blob/master/History.md)
- [Commits](https://github.com/h2non/jsonpath-ng/compare/v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: jsonpath-ng
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 poetry.lock | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 4ff11969980..64ce405b696 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2038,13 +2038,12 @@ jsonpointer = ">=1.9"
 
 [[package]]
 name = "jsonpath-ng"
-version = "1.6.1"
+version = "1.7.0"
 description = "A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming."
 optional = true
 python-versions = "*"
 files = [
-    {file = "jsonpath-ng-1.6.1.tar.gz", hash = "sha256:086c37ba4917304850bd837aeab806670224d3f038fe2833ff593a672ef0a5fa"},
-    {file = "jsonpath_ng-1.6.1-py3-none-any.whl", hash = "sha256:8f22cd8273d7772eea9aaa84d922e0841aa36fdb8a2c6b7f6c3791a16a9bc0be"},
+    {file = "jsonpath-ng-1.7.0.tar.gz", hash = "sha256:f6f5f7fd4e5ff79c785f1573b394043b39849fb2bb47bcead935d12b00beab3c"},
 ]
 
 [package.dependencies]