From e30ec5752884af1dbd20ddfd516616a32bbb31b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 22:02:46 +0000 Subject: [PATCH] build(deps): bump jsonschema from 4.16.0 to 4.17.3 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.16.0 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.16.0...v4.17.3) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd67c33..3a615d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ rq==1.11.1 redis==4.3.4 pyyaml==6.0 -jsonschema==4.16.0 +jsonschema==4.17.3 requests==2.28.1 supervisor==4.2.4