From 74f8ebc1f0be5c48f58bf94a9069eaea90f25bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 07:21:06 +0000 Subject: [PATCH] Bump jsonschema from 4.17.0 to 4.21.1 in /tests Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.0 to 4.21.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/v4.17.0...v4.21.1) --- 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..575ce5ddbe0616 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.21.1 # filelock==3.9.0 omegaconf>=2.1,<2.4 pycocotools>=2.0.6