From b860e03cc4c3724dbfb4d52550f5c3bc0463f2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:28:12 +0000 Subject: [PATCH] chore(deps): bump pyyaml from 5.3.1 to 5.4 in /scripts/serving/tensorrt 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] --- scripts/serving/tensorrt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/serving/tensorrt/requirements.txt b/scripts/serving/tensorrt/requirements.txt index 4e234f2e..9652364a 100644 --- a/scripts/serving/tensorrt/requirements.txt +++ b/scripts/serving/tensorrt/requirements.txt @@ -1,4 +1,4 @@ -i https://pypi.tuna.tsinghua.edu.cn/simple requests==2.22.0 loguru==0.3.2 -pyyaml==5.3.1 \ No newline at end of file +pyyaml==5.4 \ No newline at end of file