From 4ff545dfcf176451e23df1328a83aa0d0312d8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:43:38 +0000 Subject: [PATCH] build(deps): bump pyyaml from 5.3.1 to 5.4 in /tests Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4) Signed-off-by: dependabot[bot] --- tests/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setup.py b/tests/setup.py index 99469c7f3530..dca198801ad2 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -13,7 +13,7 @@ package_data={'': ['*.md']}, include_package_data=True, install_requires=[ - 'ducktape==0.8.0', 'prometheus-client==0.9.0', 'pyyaml==5.3.1' + 'ducktape==0.8.0', 'prometheus-client==0.9.0', 'pyyaml==5.4' ], scripts=[], )