From 178953a472e0c3c7d0859427aa5e3e5c17b1a2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 10:04:23 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /service Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.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.1...5.4) Signed-off-by: dependabot[bot] --- service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/requirements.txt b/service/requirements.txt index 2da8e1e..b1be0d2 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -1,4 +1,4 @@ xmltodict==0.12.0 requests==2.27.1 Flask==2.1.1 -PyYAML==5.1 \ No newline at end of file +PyYAML==5.4 \ No newline at end of file