From 1dab6a8df4afaa1745156054ef0ae4aa5cdc454b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 06:20:41 +0000 Subject: [PATCH] Bump jsonschema from 4.3.2 to 4.3.3 Bumps [jsonschema](https://github.com/Julian/jsonschema) from 4.3.2 to 4.3.3. - [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.3.2...v4.3.3) --- 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 8f730af0..4812800a 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.3.2 +jsonschema==4.3.3 Cython==0.29.26 cyvcf2==0.30.14 uvloop==0.16.0 diff --git a/setup.py b/setup.py index 1c0cb460..07c929d5 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "aiohttp==3.8.1", "Authlib==0.15.5", "aiohttp-cors==0.7.0", - "jsonschema==4.3.2", + "jsonschema==4.3.3", "gunicorn==20.1.0", "uvloop==0.16.0", "cyvcf2==0.30.14",