From c45405f554e0a1e0d5a3acce05d2e592a25cd0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 21:00:47 +0000 Subject: [PATCH] Bump jsonschema[format] from 3.2.0 to 4.5.1 Bumps [jsonschema[format]](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.5.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/v3.2.0...v4.5.1) --- updated-dependencies: - dependency-name: jsonschema[format] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0960d7cc..4d222a23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ simplejson==3.16.0 python-dotenv==0.9.1 requests==2.20.0 jsonpointer==2.0 -jsonschema==3.2.0 +jsonschema==4.5.1 jsonschema[format]==3.2.0 pyyaml==5.4 rfc3987==1.3.8