From d7ea82968b6a8f86d178801dca6dac8a1a2bb23f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 06:13:56 +0000 Subject: [PATCH] [Security] Bump pyyaml from 3.11 to 5.3.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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/3.11...5.3.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a4f1d6b0c..1bb06ea9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ psycopg2==2.7.3 # LGPL with exceptions or ZPL pycountry==1.20 # LGPL 2.1 python-dateutil==2.8.0 # Apache 2.0 PyJWE==1.0.0 # Apache 2.0 -pyyaml==3.11 # MIT +pyyaml==5.3.1 # MIT raven==6.1.0 # BSD requests==2.20.0 # Apache 2.0 stevedore==1.21.0 # Apache 2.0