From 3243ba31f8e9c94434ddfc6e03be9c3cc3d03ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 15:25:29 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.5.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.5.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/v3.2.0...v4.5.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-min.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-min.txt b/requirements-min.txt index 38a9791b..96dce901 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -1,4 +1,4 @@ requests==2.25 pystac==1.2.0 -jsonschema==3.2.0 +jsonschema==4.5.1 python-dateutil==2.7.0 diff --git a/setup.py b/setup.py index 74bd3a76..3c4e9e5c 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "pystac>=1.4.0", "python-dateutil>=2.7.0", ], - extras_require={"validation": ["jsonschema==3.2.0"]}, + extras_require={"validation": ["jsonschema==4.5.1"]}, license="Apache Software License 2.0", zip_safe=False, keywords=["pystac", "imagery", "raster", "catalog", "STAC"],