From f94d9f778e1c1698fe679ad3e471de7b0297833e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:40:48 +0000 Subject: [PATCH] Update jsonpath requirement from <0.83,>=0.82 to >=0.82.2,<0.83 Updates the requirements on [jsonpath](https://github.com/masukomi/jsonpath-perl) to permit the latest version. - [Commits](https://github.com/masukomi/jsonpath-perl/commits) --- updated-dependencies: - dependency-name: jsonpath dependency-version: 0.82.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0594a1f..344710e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ dash-iconify==0.1.2 # resolver left to catch an incompatible upgrade, so a future `mistune` 4.0 # would otherwise install silently and break the parser at import time. docutils!=0.21 -jsonpath>=0.82,<0.83 +jsonpath>=0.82.2,<0.83 mistune>=3.0.1,<4.0.0 python-frontmatter # 2.6.0 is LOAD-BEARING here, not a routine bump: pages/markdown.py passes