From c9cb3bccdebf2f22c5c2c633a7a3d0948504dac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:25:52 +0000 Subject: [PATCH] Bump python-jsonpath from 2.1.0 to 2.2.1 in /server Bumps [python-jsonpath](https://github.com/jg-rp/python-jsonpath) from 2.1.0 to 2.2.1. - [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.1) --- updated-dependencies: - dependency-name: python-jsonpath dependency-version: 2.2.1 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..a58fba00 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.1 \ No newline at end of file