diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-06-15 10:02:21 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-06-15 10:05:46 +0800 |
commit | d49172ff6ca087160bad9901daf8efa9917b9bd2 (patch) | |
tree | 7903ed52dc1a06e4a2264ad8f7b12668cc363d68 | |
parent | dd1359969bc119e393e233f30fbb1b2c06ab3162 (diff) |
Update PyYAML version to 5.4.1
Change-Id: Icf287b240986168d00a2f718d7d37f462efec220
Issue-ID: VFC-1863
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c97cef77..2ac343eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,4 +36,4 @@ swagger-spec-validator>=2.1.0 # uwsgi for parallel processing uwsgi -PyYAML==5.3.1 +PyYAML==5.4.1 |