From 6757ec1cfa25caf30affbcd537931c1a4d12b398 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:37:36 +0000 Subject: [PATCH] fix(deps): update dependency jsonata-python to ^0.7.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3b16572..00d973b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -276,14 +276,14 @@ files = [ [[package]] name = "jsonata-python" -version = "0.6.1" +version = "0.7.0" description = "Pure Python implementation of JSONata" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "jsonata_python-0.6.1-py3-none-any.whl", hash = "sha256:21d80d0b34f1753935371c79b140406d45a2d4ad9dd5c29e4138dbf58991e6ef"}, - {file = "jsonata_python-0.6.1.tar.gz", hash = "sha256:416a65731f31f7cf427f3711bb1bf9117174985f9795e198020cce1a38d32984"}, + {file = "jsonata_python-0.7.0-py3-none-any.whl", hash = "sha256:85b8dd2adf9c17a67494892ef04bc191ba2156598daae4465eec30ffd1559238"}, + {file = "jsonata_python-0.7.0.tar.gz", hash = "sha256:2cf788147a0d444cb9d7d81c58da9991607280d6a5d0f06bd2dd212a59fdcb16"}, ] [[package]] @@ -658,4 +658,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "ee141b547345a14a1fa74be1c5c7a687bf5782c569f43038a49b8798d0c15159" +content-hash = "8788251809156102c64bf7db1bb849106cd1d746a2850c3aaf5b42a17620e3f6" diff --git a/pyproject.toml b/pyproject.toml index a382183..677a59d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/ZeroGachis/magicparse" [tool.poetry.dependencies] python = "^3.13" -jsonata-python = "^0.6.1" +jsonata-python = "^0.7.0" [tool.poetry.group.dev.dependencies] pytest = "^9"