From 5ed67c7c323de6be0c3998feaacfaaca364a92c5 Mon Sep 17 00:00:00 2001 From: Brandon Butler Date: Tue, 7 Nov 2023 14:02:00 -0500 Subject: [PATCH] ci/fix: Update oldest-requirements for jsonschema. --- .github/workflows/ci-oldest-reqs.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-oldest-reqs.txt b/.github/workflows/ci-oldest-reqs.txt index 0bcd1ecf7..944ac8c95 100644 --- a/.github/workflows/ci-oldest-reqs.txt +++ b/.github/workflows/ci-oldest-reqs.txt @@ -3,7 +3,7 @@ cloudpickle==1.6.0 coverage==6.2 deprecation==2.0.0 jinja2==3.0.0 -jsonschema==3.0.0 +jsonschema==4.5.0 pytest-cov==3.0.0 pytest==7.0.1 ruamel.yaml==0.17.21 diff --git a/pyproject.toml b/pyproject.toml index c0ac12681..2a4b4ec40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ # Progress bars "tqdm>=4.60.0", # For schema validation - "jsonschema>=3.0.0", + "jsonschema>=4.5.0", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index 19fd4f49d..6fc0fa88b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ jinja2>=3.0.0 cloudpickle>=1.6.0 deprecation>=2.0.0 tqdm>=4.60.0 -jsonschema>=3.0.0 +jsonschema>=4.5.0