From b9f3e274b2c41e7a83daaa2eec89690a27e83b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:18:14 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /js/src/tests Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- js/src/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/tests/requirements.txt b/js/src/tests/requirements.txt index 59bc593aa2a..69d34b69ea9 100644 --- a/js/src/tests/requirements.txt +++ b/js/src/tests/requirements.txt @@ -1 +1 @@ -PyYAML==3.12 +PyYAML==5.4