From 72657e93f55e3c02255321c1dcc7b5d6235b5a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:08:35 +0000 Subject: [PATCH] chore(deps-dev): bump types-jsonschema Bumps [types-jsonschema](https://github.com/python/typeshed) from 4.26.0.20260508 to 4.26.0.20260518. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-jsonschema dependency-version: 4.26.0.20260518 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef995a63fd..1ba8697c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ "types-colorama==0.4.15.20260508", "types-dateparser==1.4.1.20260617", "types-docutils==0.22.3.20260518", - "types-jsonschema==4.26.0.20260508", + "types-jsonschema==4.26.0.20260518", "types-pyOpenSSL==24.1.0.20240722", "types-requests==2.33.0.20260518", "types-urllib3==1.26.25.14",