From 533385d890da2328266a300d45ba05a4b79334e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:53:24 +0000 Subject: [PATCH] chore(deps): update jsonschema requirement from <4.5,>=4.4 to >=4.4,<4.20 (#54) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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