From 10ddc15ee63360cd6bb486584f021bef8b56d697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 12:21:12 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.6.0 in /tools Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.6.0. - [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.6.0) --- 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 8e4904f498c2c6..8f4b16ab19f785 100644 --- a/tools/requirements_tests.txt +++ b/tools/requirements_tests.txt @@ -1,5 +1,5 @@ httpx[http2]==0.22.0 json-e==4.4.3 -jsonschema==3.2.0 +jsonschema==4.6.0 pyyaml==6.0 taskcluster==44.13.0