From 4e5984b457076290096522a05851e2c2ba13c4c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 12:43:33 +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.20260408 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92c07b1..47fb13b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ "python-dotenv>=1.2.2", "pip-audit>=2.7", "types-pyyaml>=6.0", - "types-jsonschema>=4.20", + "types-jsonschema>=4.26.0.20260408", "jsonschema>=4.20", ] docs = [