From acc5ead09dd46756a57c5779632b115b0b903c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:47:55 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /nest_py/lib_src/fst_pipeline Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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.11...5.4) Signed-off-by: dependabot[bot] --- nest_py/lib_src/fst_pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest_py/lib_src/fst_pipeline/requirements.txt b/nest_py/lib_src/fst_pipeline/requirements.txt index 028389a..720ac3f 100644 --- a/nest_py/lib_src/fst_pipeline/requirements.txt +++ b/nest_py/lib_src/fst_pipeline/requirements.txt @@ -46,5 +46,5 @@ rpy2==2.5.6 # process of installing biom-format. specifying a specific scipy version here # may cause conflicts and build failures scipy>=0.13.0 -pyyaml==3.11 +pyyaml==5.4 xlsxwriter==0.7.2