From 278d56af0ea4258fe983e2ca9dc56710b3128692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:16:10 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /src/python Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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.3...5.4) Signed-off-by: dependabot[bot] --- src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/setup.py b/src/python/setup.py index 18285e0..6c4e0c7 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -12,7 +12,7 @@ author_email='tomoinn@gmail.com', license='ASL2.0', packages=find_namespace_packages(), - install_requires=['pyyaml==5.3'], + install_requires=['pyyaml==5.4'], include_package_data=True, dependency_links=[], zip_safe=False)