From 2680a8233caf5a90a5fcb9bf0b559ddf6e7d25ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:24:21 +0000 Subject: [PATCH] build(deps): update jsonschema requirement Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.25.1...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 872b61e..a5fd54b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "alembic>=1.18,<2", "cmd2>=4,<5", "httpx>=0.28,<1", - "jsonschema>=4.25.1,<4.26", + "jsonschema>=4.25.1,<4.27", "keyring>=25.7,<26", "platformdirs>=4.5,<5", "prompt-toolkit>=3.0.52,<4",