From dfbadea294ad1ec8f21a0a5ba8d3dd879e613872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:47:17 +0000 Subject: [PATCH] Bump pyyaml from 6.0 to 6.0.2 in /tests Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... 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 2c37134327f7cc..b2200a99308ab9 100644 --- a/tests/e2e_tests/requirements.txt +++ b/tests/e2e_tests/requirements.txt @@ -32,7 +32,7 @@ pytest-timeout==2.2.0 # for common utils, e2e_tests openvino-dev distro==1.9.0 -pyyaml==6.0 +pyyaml==6.0.2 jsonschema==4.22.0 # filelock==3.9.0 omegaconf>=2.1,<2.4