From 849a82d6c5b589a955ce5ed8067cc5d7a11b065c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:26:36 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 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...5.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 320d534..14e223c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.16.3 -pyyaml==5.3 +pyyaml==5.4 matplotlib==3.1.3 tensorboard==2.0.0 torch==1.4.0 diff --git a/setup.py b/setup.py index e4ca2e5..8b7f3e6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ REQUIRED_PACKAGES = [ "numpy==1.16.3", - "pyyaml==5.3", + "pyyaml==5.4", "matplotlib==3.1.3", "tensorboard==2.0.0", "torch==1.4.0",