From 54cf0eb2b8bfbcf099ffb9d6733a45a81b1507d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 20:10:28 +0000 Subject: [PATCH] Bump pyyaml from 5.4.1 to 6.0 in /Backend Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0. - [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.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... 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 469472c..9124ece 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,5 +1,5 @@ flask==2.0.1 -PyYAML==5.4.1 +PyYAML==6.0 gevent==21.1.2 Flask-Cors==3.0.10 pyodbc==4.0.30