From b223275ced2ae0734a046782587bbcd022b3be3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 22:18:55 +0000 Subject: [PATCH] Bump pyyaml from 5.3.1 to 5.4 in /sample-tracking-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) Signed-off-by: dependabot[bot] --- sample-tracking-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 sample-tracking-api/requirements.txt diff --git a/sample-tracking-api/requirements.txt b/sample-tracking-api/requirements.txt old mode 100755 new mode 100644 index f7b0503..396ff6f --- a/sample-tracking-api/requirements.txt +++ b/sample-tracking-api/requirements.txt @@ -38,7 +38,7 @@ python-dateutil==2.8.0 python-editor==1.0.4 python-ldap==3.3.1 pytz==2020.1 -PyYAML==5.3.1 +PyYAML==5.4 requests==2.24.0 six==1.15.0 SQLAlchemy==1.3.18