From 3791272cf817c5d6e14578ee646f183930f79ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:18:48 +0000 Subject: [PATCH] Bump jsonschema from 4.17.0 to 4.22.0 in /tests Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.0 to 4.22.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/v4.17.0...v4.22.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/e2e_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e_tests/requirements.txt b/tests/e2e_tests/requirements.txt index b841185be8bbad..5373e92bdfe3eb 100644 --- a/tests/e2e_tests/requirements.txt +++ b/tests/e2e_tests/requirements.txt @@ -34,7 +34,7 @@ pytest-timeout==2.2.0 openvino-dev distro==1.9.0 pyyaml==6.0 -jsonschema==4.17.0 +jsonschema==4.22.0 # filelock==3.9.0 omegaconf>=2.1,<2.4 pycocotools>=2.0.6