From 9538cad6bd0131e04df6fe48b6d1d01bec6dcc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:38:42 +0000 Subject: [PATCH] Bump pyyaml from 4.2 to 5.4 in /python Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2 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/commits/5.4) Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 68d15bdd..6f56eba1 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,6 +3,6 @@ numpy==1.10.4 flake8==2.3.0 pep8==1.5.7 pytest==2.6.4 -pyyaml==4.2 +pyyaml==5.4 tox==1.8.1 virtualenv==1.11.6