From b68c3ef2142c1151c4e479eaf4ee570d890f4646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:05:54 +0000 Subject: [PATCH] Bump the documentation-dependencies group with 1 update Updates the requirements on [sphinx-jsonschema](https://github.com/lnoor/sphinx-jsonschema) to permit the latest version. - [Commits](https://github.com/lnoor/sphinx-jsonschema/compare/v1.15...v.1.19.1) --- updated-dependencies: - dependency-name: sphinx-jsonschema dependency-type: direct:development dependency-group: documentation-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 914b5b7..d11ef1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,4 +47,4 @@ sphinx-argparse = "0.4.0" sphinx-copybutton = "0.5.2" sphinx-pydantic = "0.1.1" sphinx-rtd-theme = "1.2.2" -sphinx-jsonschema = "1.15" +sphinx-jsonschema = "1.19.1"