diff --git a/poetry.lock b/poetry.lock index 13221d5abb..604fd00da1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1262,13 +1262,12 @@ i18n = ["Babel (>=2.7)"] [[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] @@ -3027,4 +3026,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ab15f07b52a34ccdd8cf9f637686da712d97c67994461dde19b4dc37005f8acd" +content-hash = "c9bb86d385fbdb99f50e2828142a4f4b7a742fc06fcedabca6d21e7c7ca7b8cb" diff --git a/pyproject.toml b/pyproject.toml index 779c85b25e..698e886849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ base58 = "~2.1.0" ConfigArgParse = "~1.7" deepmerge = "~0.3.0" ecdsa = "~0.19.0" -jsonpath-ng = "1.6.1" +jsonpath-ng = "1.7.0" Markdown = "~3.7" markupsafe = "2.1.5" marshmallow = "~3.22.0"