From 0bbb052f11ff83d24b597ae2afaab1df7568b394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:08:51 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /custom_docker_image 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] --- custom_docker_image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_docker_image/requirements.txt b/custom_docker_image/requirements.txt index fde752c..f11215b 100644 --- a/custom_docker_image/requirements.txt +++ b/custom_docker_image/requirements.txt @@ -11,7 +11,7 @@ dill==0.2.8.2 google-api-python-client==1.7.3 google-auth-httplib2==0.0.3 google-cloud-storage==1.10.0 -PyYAML==5.1.2 +PyYAML==5.4 freezegun==0.3.12 flask-restful==0.3.7 Flask==1.1.1