From c46584e509d3c4ca6ce7e4bc37047eb47b59bbf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 07:40:35 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fc7de5..9841f1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ pybloom-live==2.3.1 # via tableschema-sql python-dateutil==2.6.1 # via tableschema python-dotenv==0.7.1 python-memcached==1.58 -pyyaml==3.12 # via babbage +pyyaml==5.1 # via babbage raven==6.0.0 redis==2.10.6 regex==2017.9.23