From 0198cdd89283528a8294f1bb5cbca15703b17f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:20:38 +0000 Subject: [PATCH] build(deps): bump pyyaml from 5.3.1 to 5.4 in /bindings/cpp 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] --- bindings/cpp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/cpp/requirements.txt b/bindings/cpp/requirements.txt index 23bcdadc..26c21eed 100644 --- a/bindings/cpp/requirements.txt +++ b/bindings/cpp/requirements.txt @@ -6,7 +6,7 @@ pandas==1.0.3 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