From da1404cb4188b3569c9bf761457e4fed04b4c309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:03:54 +0000 Subject: [PATCH] build(deps): update jsonschema-path requirement from ~=0.3.3 to ~=0.5.0 Updates the requirements on [jsonschema-path](https://github.com/p1c2u/jsonschema-path) to permit the latest version. - [Release notes](https://github.com/p1c2u/jsonschema-path/releases) - [Commits](https://github.com/p1c2u/jsonschema-path/compare/0.3.3...0.5.0) --- updated-dependencies: - dependency-name: jsonschema-path dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 8c88ae0f6..730c78369 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,5 +4,5 @@ sqlparse~=0.5.5 python-dateutil~=2.9.0 tblib~=3.2.2 openapi-core~=0.19.2 -jsonschema-path~=0.3.3 +jsonschema-path~=0.5.0 termcolor~=3.3.0