From 78d506e04e45faf35c3620c9061597ae5cfbacfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:51:04 +0000 Subject: [PATCH] Update jsonschema requirement from <4.5,>=4.4 to >=4.4,<4.20 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.19.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 437872c..fe38363 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ tabulate >=0.8.9,<0.9 polyleven >=0.8,<0.9 # JSON schema. -jsonschema >=4.4.0,<4.5 +jsonschema >=4.4.0,<4.20 # Type checking typeguard >=2.13.3,<3.0 diff --git a/requirements/base.txt b/requirements/base.txt index 437872c..fe38363 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -31,7 +31,7 @@ tabulate >=0.8.9,<0.9 polyleven >=0.8,<0.9 # JSON schema. -jsonschema >=4.4.0,<4.5 +jsonschema >=4.4.0,<4.20 # Type checking typeguard >=2.13.3,<3.0