From 83ce6d689b37bbe9196a5b824d3c88aba2b57ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 09:09:46 +0000 Subject: [PATCH] Bump pyyaml in /docker/docker-compose/compose_python/python3 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.1) Signed-off-by: dependabot[bot] --- docker/docker-compose/compose_python/python3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose/compose_python/python3/requirements.txt b/docker/docker-compose/compose_python/python3/requirements.txt index 65e0351..c25b9d5 100644 --- a/docker/docker-compose/compose_python/python3/requirements.txt +++ b/docker/docker-compose/compose_python/python3/requirements.txt @@ -16,7 +16,7 @@ odfpy==1.3.6 openpyxl==2.4.9 Pillow==5.0.0 pytz==2017.3 -PyYAML==3.12 +PyYAML==5.1 six==1.11.0 tablib==0.12.1 unicodecsv==0.14.1