From 29eb5d36e67d6b5f5b5628764e27491e85ed494a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 23:01:30 +0000 Subject: [PATCH] Bump jsonschema from 4.17.1 to 4.17.3 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.1 to 4.17.3. - [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.17.1...v4.17.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 ae2b8f49..18acf369 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.8.3 aiohttp-cors==0.7.0 asyncpg==0.27.0 -jsonschema==4.17.1 +jsonschema==4.17.3 Cython==0.29.32 cyvcf2==0.30.18 uvloop==0.17.0 diff --git a/setup.py b/setup.py index 76062cbd..2c7a77ae 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "aiohttp==3.8.3", "Authlib==1.1.0", "aiohttp-cors==0.7.0", - "jsonschema==4.17.1", + "jsonschema==4.17.3", "gunicorn==20.1.0", "uvloop==0.17.0", "cyvcf2==0.30.18",