From 4c1b89652371d57b558e34bf17be1187e8de6a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 06:24:53 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...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 10157f69..3b01986c 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -30,7 +30,7 @@ pytest==2.9.2 pytest-django==3.0.0 python-redis-lock==3.3.1 pytz==2017.3 -PyYAML==3.12 +PyYAML==5.4 raven==5.25.0 redis==2.10.5 requests==2.11.1