From 00a4ae0dd4f5d3b6f9f22a6d91559efd0e63ed36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:20:16 +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 feffc4a..8b95c42 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,5 +1,5 @@ flask==2.0.2 -PyYAML==5.4.1 +PyYAML==6.0 gevent==21.12.0 Flask-Cors==3.0.10 pyodbc==4.0.32