From 258c1fbb8e426289e5d5d26b152dbf5ad0f52843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 06:38:22 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.1 in /blogsite 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] --- blogsite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogsite/requirements.txt b/blogsite/requirements.txt index d3c2b6a..c691ecf 100644 --- a/blogsite/requirements.txt +++ b/blogsite/requirements.txt @@ -13,7 +13,7 @@ Pygments==2.1.3 python-social-auth==0.2.14 python3-openid==3.0.9 pytz==2015.7 -PyYAML==3.11 +PyYAML==5.1 requests==2.9.1 requests-oauthlib==0.6.1 urllib3==1.14