From fc78de3ff06933d2d175583f778aa57a1d0d7798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:08 +0000 Subject: [PATCH] Bump pyyaml from 3.10 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.10 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.10...5.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index f17f16e..df4fccf --- a/setup.py +++ b/setup.py @@ -20,5 +20,5 @@ 'nxted = nxted.nxted:main' ] }, - install_requires=['PyYAML==3.10', 'pgu==0.18'] + install_requires=['PyYAML==5.4', 'pgu==0.18'] )