From 4e762573b94ba872fdcab7a7ae3d6cf946661e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 07:45:43 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.1 in /tools/py_scripts Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.13...5.1) Signed-off-by: dependabot[bot] --- tools/py_scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/py_scripts/requirements.txt b/tools/py_scripts/requirements.txt index 812483f..9bcfc93 100644 --- a/tools/py_scripts/requirements.txt +++ b/tools/py_scripts/requirements.txt @@ -1,7 +1,7 @@ future==0.16.0 iso8601==0.1.12 pyserial==3.4 -PyYAML==3.13 +PyYAML==5.1 serial==0.0.69 xmodem==0.4.5 PyPrind==2.11.2