From aa92daa072560f1004773b8ddb6770094d5c4c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:26:01 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 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] --- test.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.requirements.txt b/test.requirements.txt index ee56552d..822b8f4a 100644 --- a/test.requirements.txt +++ b/test.requirements.txt @@ -14,7 +14,7 @@ catboost==0.22 flasgger==0.9.3 aiohttp==3.6.2 aiohttp-swagger==1.0.14 -pyyaml==5.3.1 +pyyaml==5.4 boto3==1.12.39 imageio==2.8.0 responses==0.10.12