From 53095f348831cbc7b9430e5c6c0611b9391efa07 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 11:07:12 +0000 Subject: [PATCH] [Security] Bump pyyaml from 5.1.2 to 5.3.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.3.1. **This update includes security fixes.** - [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.2...5.3.1) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 21b0889..d946a6f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -47,7 +47,7 @@ PyHamcrest==1.9.0 python-coveralls==2.9.3 python-slugify==4.0.1 # https://github.com/un33k/python-slugify pytz==2019.2 # https://github.com/stub42/pytz -PyYAML==5.1.2 +PyYAML==5.3.1 redis==3.3.8 # https://github.com/antirez/redis sentry-asgi==0.2.0 sentry-sdk==0.12.2 # https://github.com/getsentry/sentry-python