From a0e513a7fbd108d615221661105bd783edecc56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:11:20 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d6aa803c..880b2577 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -24,4 +24,4 @@ boto3==1.9.111 sortednp==0.2.1 graphene==2.1.6 flask-graphql==2.0.0 -pyyaml==5.1.2 \ No newline at end of file +pyyaml==5.4 \ No newline at end of file