From 55fb1c8808f3fc42c6f19ac8bf6e609659f9db45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 15:18:38 +0000 Subject: [PATCH] [dependency]: bump pyyaml from 6.0 to 6.0.1 in /nemesis-generator Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nemesis-generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemesis-generator/requirements.txt b/nemesis-generator/requirements.txt index de524d20..eda868a5 100644 --- a/nemesis-generator/requirements.txt +++ b/nemesis-generator/requirements.txt @@ -1,3 +1,3 @@ -PyYAML==6.0 +PyYAML==6.0.1 symbol-sdk-python==3.0.7 zenlog==1.1