From 05b75a03aa1529e5bf8891aa781775180f9a2e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 04:24:05 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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.11...5.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 99de505..6fc6fe1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pymarc==3.0.3 -PyYAML==3.11 +PyYAML==5.1 six==1.9.0 #added for rdf conversion diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 37c1ff9..9054e33 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ requirements = [ "pymarc==3.0.3", - "PyYAML==3.11", + "PyYAML==5.1", "six==1.9.0", "SPARQLWrapper==1.6.4", "html5lib==0.999999",