From 1b58be6c2370314deadbcd3707e46193d49ce1bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 23:58:35 +0000 Subject: [PATCH] chore(deps): bump pyyaml from 5.3.1 to 5.4 in /src/API 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] --- src/API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API/requirements.txt b/src/API/requirements.txt index 7d6b3ff..65017c9 100644 --- a/src/API/requirements.txt +++ b/src/API/requirements.txt @@ -29,7 +29,7 @@ python-dotenv==0.16.0 python-engineio==3.13.0 python-socketio==4.6.0 pytz==2021.1 -PyYAML==5.3.1 +PyYAML==5.4 sentinels==1.0.0 six==1.15.0 wcwidth==0.1.9