From 3613fa6ebb76f4bfe3462556bca14e1287e821d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:32:56 +0000 Subject: [PATCH] Bump python-jsonpath from 2.0.2 to 2.1.0 in /server Bumps [python-jsonpath](https://github.com/jg-rp/python-jsonpath) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/jg-rp/python-jsonpath/releases) - [Changelog](https://github.com/jg-rp/python-jsonpath/blob/main/CHANGELOG.md) - [Commits](https://github.com/jg-rp/python-jsonpath/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: python-jsonpath dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index cc14b8194..3e5023542 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -11,4 +11,4 @@ pyjwt[crypto]==2.13.0 setuptools==82.0.1 xkcdpass==1.30.0 zeroconf==0.150.0 -python-jsonpath==2.0.2 \ No newline at end of file +python-jsonpath==2.1.0 \ No newline at end of file