From d833d7807a1a18c40b6823d4cf1c37df684007d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:32:14 +0000 Subject: [PATCH] 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] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f37abcd..498a7dc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ autodocsumm==0.1.13 -pyyaml==5.3.1 +pyyaml==5.4 pyyaml-include==1.2 torch>=1.5.0 mne>=0.20.3 diff --git a/requirements.txt b/requirements.txt index e1c96cf..7e7d891 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ torch>=1.5.0 mne>=0.20.3 -pyyaml==5.3.1 +pyyaml==5.4 pyyaml-include==1.2 numpy>=1.17.4 pandas>=1.0.0