From f07f45c133bbd6bda387c25d840d27544a00842b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:41:46 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /blogsite Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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.11...5.4) 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 453a191..97c4e3b 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.4 requests==2.9.1 requests-oauthlib==0.6.1 urllib3==1.24.2