From 832d4f2ab1b06d8ac70698593fdb13c0cdf2e8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:32:50 +0000 Subject: [PATCH] Bump python-jsonpath from 2.1.0 to 2.2.0 in /server Bumps [python-jsonpath](https://github.com/jg-rp/python-jsonpath) from 2.1.0 to 2.2.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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: python-jsonpath dependency-version: 2.2.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 a37a9077..20a9594f 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.1.0 \ No newline at end of file +python-jsonpath==2.2.0 \ No newline at end of file