From 9c881548af659434657aa1ba3a7a011fda893415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:23:47 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /force-rest-python Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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/3.11...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- force-rest-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force-rest-python/requirements.txt b/force-rest-python/requirements.txt index 9bd63a9..3082360 100644 --- a/force-rest-python/requirements.txt +++ b/force-rest-python/requirements.txt @@ -1 +1 @@ -PyYAML==3.11 \ No newline at end of file +PyYAML==5.4 \ No newline at end of file