From 3513616025c8d271da8b9b91bc4f72fa8b427703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 05:29:17 +0000 Subject: [PATCH] Bump jsonschema from 4.1.0 to 4.1.2 Bumps [jsonschema](https://github.com/Julian/jsonschema) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/Julian/jsonschema/compare/v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9ad1fd95..8ed110a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.7.4.post0 aiohttp-cors==0.7.0 asyncpg==0.24.0 jsonschema==3.2.0; python_version < '3.7' -jsonschema==4.1.0; python_version >= '3.7' +jsonschema==4.1.2; python_version >= '3.7' Cython==0.29.24 cyvcf2==0.10.1; python_version < '3.7' cyvcf2; python_version >= '3.7' diff --git a/setup.py b/setup.py index 6a574c83..65eab221 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ "Authlib==0.15.5", "aiohttp-cors==0.7.0", "jsonschema==3.2.0; python_version < '3.7'", - "jsonschema==4.1.0; python_version >= '3.7'", + "jsonschema==4.1.2; python_version >= '3.7'", "gunicorn==20.1.0", "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.16.0; python_version >= '3.7'",