From c6045bec1cbed2ff8ee914d0467cfb7b4463167a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 25 Mar 2021 23:20:23 +0000
Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /DDPG

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] <support@github.com>
---
 DDPG/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDPG/requirements.txt b/DDPG/requirements.txt
index e21f072..225dbdf 100644
--- a/DDPG/requirements.txt
+++ b/DDPG/requirements.txt
@@ -62,7 +62,7 @@ pyrsistent==0.15.6
 python-dateutil==2.8.0
 python-utils==2.3.0
 pytz==2019.2
-PyYAML==5.3
+PyYAML==5.4
 requests==2.22.0
 requests-file==1.4.3
 retrying==1.3.3