From 0694cd73935e7401bcdbc7d328008715eaf2a8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:32:55 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.13...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 fdadad5..35b2425 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ py==1.5.4 pycodestyle==2.4.0 pylint==2.1.1 pytest==3.7.1 -PyYAML==3.13 +PyYAML==5.4 six==1.11.0 tornado==5.1 watchdog==0.8.3