From 4450c3191c60394e7cfeb27a3234ff25124e4fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 07:46:54 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /travis-textract-requirements 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] --- travis-textract-requirements/python-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-textract-requirements/python-dev.txt b/travis-textract-requirements/python-dev.txt index bd820cd..fcb0e09 100644 --- a/travis-textract-requirements/python-dev.txt +++ b/travis-textract-requirements/python-dev.txt @@ -6,7 +6,7 @@ -r python-doc.txt # needed for tests/run.py script to read .travis.yml file -PyYAML==3.12 +PyYAML==5.1 pep8==1.7.0 coveralls==1.1 requests==2.18.1