From 70f293b36a0fcaa04324bfb3691a653a271f8cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:00:38 +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 1c1bb0f..c0127f5 100644 --- a/custom_docker_image/requirements.txt +++ b/custom_docker_image/requirements.txt @@ -4,7 +4,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