From 376486315f0806b5d646c2349aa2df8a6517a2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 08:06:02 +0000 Subject: [PATCH] Bump jsonschema from 4.6.1 to 4.6.2 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.6.1 to 4.6.2. - [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.1...v4.6.2) --- 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 eb36bdd..bd3d228 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ ujson==5.4.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.16.0; python_version >= '3.7' asyncpg==0.25.0 -jsonschema==4.6.1 +jsonschema==4.6.2 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index 7c284dd..381d182 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.16.0; python_version >= '3.7'", "asyncpg==0.25.0", - "jsonschema==4.6.1", + "jsonschema==4.6.2", "gunicorn==20.1.0", ], extras_require={