From 17506c7e9682e63f30a623a8e12bb44df29731dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 20:57:23 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /backend Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 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.3.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... 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 ba5b428e..6d343067 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -51,7 +51,7 @@ pyOpenSSL==22.0.0 pyparsing==3.0.6 python3-openid==3.2.0 pytz==2021.3 -pyyaml==5.3.1 +pyyaml==5.4 redis==4.1.0 requests==2.26.0 requests-oauthlib==1.3.0