From 2bbbf201f6cd78b6d087c3506d43dbbe1eb2127b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:47:30 +0000 Subject: [PATCH] chore(deps): update jsonschema requirement Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. - [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.4.0...v4.21.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e54e8a8..f484807 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -34,7 +34,7 @@ tabulate >=0.8.9,<0.10 polyleven >=0.8,<0.9 # JSON schema. -jsonschema >=4.4.0,<4.21 +jsonschema >=4.4.0,<4.22 # Type checking typeguard >=2.13.3,<5.0