From b27b252ace4a09bd1208568587a7c3191d77238d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:04:44 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1.2...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... 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 cbcab0a..0e8026d --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 'py4j>=0.10.9.4,<=0.10.9.7', 'pandas>=0.19.2', 'numpy>=1.18.5,<=1.21.6', - 'PyYAML==5.1.2', + 'PyYAML==5.4', 'python-snappy>=0.5.4,<=0.6.0', 'urllib3<1.27,>=1.25.4', 'typed-ast<1.5,>=1.4.0'