From d1d6328b11f35ff68cf97fce0add7284394a4f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 07:20:43 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 34d770b5b..ae5837b8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Flask==0.10.1 -PyYAML==3.11 +PyYAML==5.4 python-http-client==2.2.1 six==1.10.0