From b1f6977a58b479b2086cdda195ac945125f6ca1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:39:16 +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.30.0...0.31.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 fd7a567c..b86453b6 100644 --- a/requirements/gha-schema.txt +++ b/requirements/gha-schema.txt @@ -1 +1 @@ -check-jsonschema ==0.30.* +check-jsonschema ==0.31.*