From 0b4f1bc8ab31baa45646a1bf941cbe31e86a8926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:49:31 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /FinTechExchange/Exchange-Dev 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] --- FinTechExchange/Exchange-Dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FinTechExchange/Exchange-Dev/requirements.txt b/FinTechExchange/Exchange-Dev/requirements.txt index a70c556..90cd2c4 100644 --- a/FinTechExchange/Exchange-Dev/requirements.txt +++ b/FinTechExchange/Exchange-Dev/requirements.txt @@ -22,7 +22,7 @@ openpyxl==2.5.3 Pillow==5.1.0 PyMySQL==0.8.1 pytz==2017.2 -PyYAML==3.12 +PyYAML==5.4 six==1.10.0 tablib==0.12.1 unicodecsv==0.14.1