From 3b43b3fa1387a681ad8849c5aa3253b8b05d0013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:39:24 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 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.2...5.4) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 21b0889..6a111ca 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.4 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