From 5ffcfd488dce3d582bb00d6de764d6c2379e592e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 05:47:09 +0000 Subject: [PATCH] Bump jsonschema from 4.0.1 to 4.1.0 Bumps [jsonschema](https://github.com/Julian/jsonschema) from 4.0.1 to 4.1.0. - [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.0.1...v4.1.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... 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 1bc02c8c..74e0916a 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.0.1; python_version >= '3.7' +jsonschema==4.1.0; 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 0f6a7a9a..55ac1bda 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ "Authlib==0.15.4", "aiohttp-cors==0.7.0", "jsonschema==3.2.0; python_version < '3.7'", - "jsonschema==4.0.1; python_version >= '3.7'", + "jsonschema==4.1.0; python_version >= '3.7'", "gunicorn==20.1.0", "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.16.0; python_version >= '3.7'",