From 726fa23c88c1b73e1ab79f8079c24db9eec49ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:34:42 +0000 Subject: [PATCH] :arrow_up: Bump pyyaml from 5.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 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/5.1...5.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5493790..11bb2ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ python-editor==1.0.4 # via alembic python-frontmatter==0.4.5 python-social-auth==0.3.6 python3-openid==3.1.0 # via social-auth-core -pyyaml==5.1 # via python-frontmatter +pyyaml==5.4 # via python-frontmatter requests-oauthlib==1.2.0 # via social-auth-core requests==2.21.0 # via requests-oauthlib, social-auth-core sentry-sdk[flask]==0.7.14