From a468c296aa2e2d962bc6a201bdb0acb352fcfde1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:34:13 +0000 Subject: [PATCH] build(deps): update check-jsonschema requirement in /requirements Updates the requirements on [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) to permit the latest version. - [Release notes](https://github.com/python-jsonschema/check-jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.0...0.29.0) --- updated-dependencies: - dependency-name: check-jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/gha-schema.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/gha-schema.txt b/requirements/gha-schema.txt index 87fea476..aa0eacfa 100644 --- a/requirements/gha-schema.txt +++ b/requirements/gha-schema.txt @@ -1 +1 @@ -check-jsonschema ==0.28.* +check-jsonschema ==0.29.*