From 17303fea89a1eaa5b0cb3b9005b67a2c4df28bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 08:40:00 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.3.1 in /tools Bumps [jsonschema](https://github.com/Julian/jsonschema) from 3.2.0 to 4.3.1. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/Julian/jsonschema/compare/v3.2.0...v4.3.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements_tests.txt b/tools/requirements_tests.txt index 0e109034ca24bf..a4c3b46fa2d66c 100644 --- a/tools/requirements_tests.txt +++ b/tools/requirements_tests.txt @@ -1,5 +1,5 @@ json-e==4.4.3 -jsonschema==3.2.0 +jsonschema==4.3.1 pyyaml==5.4.1 requests==2.26.0 taskcluster==44.2.2