From 638a9df843ede7d32fb361ed94d24fb3f4965915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:43:14 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /2017/solutions/rllchatbot Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.4) Signed-off-by: dependabot[bot] --- 2017/solutions/rllchatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2017/solutions/rllchatbot/requirements.txt b/2017/solutions/rllchatbot/requirements.txt index d3da83a50..28ab3e0b9 100644 --- a/2017/solutions/rllchatbot/requirements.txt +++ b/2017/solutions/rllchatbot/requirements.txt @@ -105,7 +105,7 @@ python-apt===0.9.3.5ubuntu2 python-dateutil==2.6.1 python-telegram-bot==6.1.0 pytz==2012rc0 -PyYAML==3.12 +PyYAML==5.4 pyzmq==16.0.3 qtconsole==4.3.0 regex==2017.4.5