From ac7155e45488eab10c006c2f98b3defb6af62746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:53:45 +0000 Subject: [PATCH] Bump pyyaml in /docker/docker-compose/compose_python/python3 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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/3.12...5.4) 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..8b45585 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.4 six==1.11.0 tablib==0.12.1 unicodecsv==0.14.1