From 3ede4ba4df9e76c3863d71af530c6b093f8f751a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 06:47:46 +0000 Subject: [PATCH] Bump jsonschema from 4.6.0 to 4.6.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.6.0 to 4.6.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/v4.6.0...v4.6.1) --- 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 7fd408d7..30eba200 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.8.1 aiohttp-cors==0.7.0 asyncpg==0.25.0 -jsonschema==4.6.0 +jsonschema==4.6.1 Cython==0.29.30 cyvcf2==0.30.15 uvloop==0.16.0 diff --git a/setup.py b/setup.py index 365ed9b0..916b7c9e 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "aiohttp==3.8.1", "Authlib==1.0.1", "aiohttp-cors==0.7.0", - "jsonschema==4.6.0", + "jsonschema==4.6.1", "gunicorn==20.1.0", "uvloop==0.16.0", "cyvcf2==0.30.15",