From be8c4c251cf92da7e47423deb2d631679fb2b871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 14:26:51 +0000 Subject: [PATCH] build(deps): bump pyyaml from 5.3.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.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.3.1...5.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 360ce26..c7ff412 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'toml == 0.9.4', 'h5py == 2.10.0', 'scipy==1.4.1', - 'pyyaml==5.3.1', + 'pyyaml==5.4', 'semver==2.9.0', 'fsspec==0.7.4', 's3fs==0.4.2',