From 7a9d23ce14d45e0c26fc1ec93e89b4d9fae9213b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 04:12:19 +0000 Subject: [PATCH] :arrow_up: Bump pyyaml from 5.1.1 to 5.4 in /ksweb Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.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.1...5.4) Signed-off-by: dependabot-preview[bot] --- ksweb/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksweb/setup.py b/ksweb/setup.py index 40d8f255..38918f15 100644 --- a/ksweb/setup.py +++ b/ksweb/setup.py @@ -17,7 +17,7 @@ install_requires = [ "TurboGears2==2.4.0", "Beaker==1.10.0", - "PyYAML==5.1.1", + "PyYAML==5.4", "pypandoc==1.5", "Kajiki==0.8.0", "Ming==0.9.2",