From 81b3e78b41d2428680e76150655cc72be5bc5658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:09:53 +0000 Subject: [PATCH] Bump jsonschema from 4.19.2 to 4.21.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.2 to 4.21.1. - [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.19.2...v4.21.1) --- 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 47cc69d..b586585 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.22.0 -jsonschema==4.19.2 +jsonschema==4.21.1 Click>=7.0 tabulate==0.9.0 pyyaml==6.0.1