From 984999dc27140a649904105b29a619169c887f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:09:46 +0000 Subject: [PATCH] Bump jsonschema from 4.14.0 to 4.17.3 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.14.0 to 4.17.3. - [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.14.0...v4.17.3) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4cf297dba..af922cff0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ ruamel.yaml==0.17.21 auth0-python==3.23.1 # jsonschema is used for validating cluster.yaml configurations -jsonschema==4.14.0 +jsonschema==4.17.3 # rich and py-markdown-table are used for pretty printing outputs that would otherwise # be difficult to parse by a human