From c65fddf113a2438143c49f957a3d4a8447a01084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 22:51:26 +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 9fd04e9..39c768b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,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.7.1 — and as in every round, THE NUMBER CHANGING IS THE CACHE BUST.