From 0401c2096589b0c0c944cdff4a679f92e02d1668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:33:08 +0000 Subject: [PATCH] Bump jsonschema from 4.17.0 to 4.23.0 in /tests Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.0 to 4.23.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.23.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..dce18f435945e7 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.23.0 # filelock==3.9.0 omegaconf>=2.1,<2.4 pycocotools>=2.0.6