From 526efcc76fcafac14b8f3b33b56d5590a960b6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:39:55 +0000 Subject: [PATCH] Bump jsonschema from 4.19.0 to 4.19.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.0 to 4.19.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.19.0...v4.19.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 8c8e4ba..ce4c13a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ ujson==5.8.0 uvloop==0.14.0; python_version < '3.7' uvloop==0.17.0; python_version >= '3.7' asyncpg==0.28.0 -jsonschema==4.19.0 +jsonschema==4.19.1 gunicorn==21.2.0 diff --git a/setup.py b/setup.py index ad408fa..a487f7d 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "uvloop==0.14.0; python_version < '3.7'", "uvloop==0.17.0; python_version >= '3.7'", "asyncpg==0.28.0", - "jsonschema==4.19.0", + "jsonschema==4.19.1", "gunicorn==21.2.0", ], extras_require={