From 649894dbdbc4f9459c7e11313266c781859b5292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 23:48:07 +0000 Subject: [PATCH] Bump jsonschema from 4.18.4 to 4.19.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.18.4 to 4.19.0. - [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.18.4...v4.19.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 8e895851..8eba6a5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.8.5 aiohttp-cors==0.7.0 asyncpg==0.28.0 -jsonschema==4.18.4 +jsonschema==4.19.0 Cython==3.0.0 cyvcf2==0.30.22 uvloop==0.17.0 diff --git a/setup.py b/setup.py index 782e7a55..6106b419 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ "aiohttp==3.8.5", "Authlib==1.2.1", "aiohttp-cors==0.7.0", - "jsonschema==4.18.4", + "jsonschema==4.19.0", "gunicorn==21.2.0", "uvloop==0.17.0", "cyvcf2==0.30.22",