From ef5203800a31b7eca09d1744541cddf85808084b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 22:02:08 +0000 Subject: [PATCH] chore(deps-dev): update types-jsonschema requirement Updates the requirements on [types-jsonschema](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-jsonschema dependency-version: 4.26.0.20260518 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8e28fbe..a05e218 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ jsonschema[format]==4.26.0 -types-jsonschema>=4 +types-jsonschema>=4.26.0.20260518 requests==2.34.2 ruff>=0.16.1 pytest>=9.1.1