From 93b0449050634418767f0a62fb6e0da018c3b86a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:52:06 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.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/compare/5.1.2...5.4) Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 2882541..efc484f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -5,6 +5,6 @@ imageio==2.5.0 tqdm==4.47.0 tensorflow-addons~=0.6 tensorflow-datasets==1.3.0 -pyyaml==5.1.2 +pyyaml==5.4 overrides==3.1.0 pytest-cov==2.10.0 \ No newline at end of file