From df1366d098f46e08052734cd41a72efea2208172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:16:25 +0000 Subject: [PATCH] fix(deps): update dependency jsonpath-ng to ^1.7.0 --- poetry.lock | 7 +++---- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index eeb3ef9..10b915e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -461,13 +461,12 @@ colors = ["colorama (>=0.4.6)"] [[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 = false 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] @@ -1137,4 +1136,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5d839758e315eb6931cb59d61531aa0ec4ce3d27ebbba978a01879fb31f726d5" +content-hash = "4413a43a4946bcefb828382541f3cdcbb5eaf2eb07abfd72538973e3f748e528" diff --git a/pyproject.toml b/pyproject.toml index ab4308e..dcdd079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ PyYAML = "^6.0.2" trio = "^0.26.2" tqdm = "^4.66.5" typed-argparse = "^0.3.1" -jsonpath-ng = "^1.6.1" +jsonpath-ng = "^1.7.0" beautifulsoup4 = "^4.12.3" httpx = "^0.27.2"