From 371d257ee7f7c610605bc656050ed6249505a2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:39:03 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /AI-Tasks/ai-pacman-python37 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] --- AI-Tasks/ai-pacman-python37/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI-Tasks/ai-pacman-python37/requirements.txt b/AI-Tasks/ai-pacman-python37/requirements.txt index 03b266c..14dde86 100644 --- a/AI-Tasks/ai-pacman-python37/requirements.txt +++ b/AI-Tasks/ai-pacman-python37/requirements.txt @@ -47,7 +47,7 @@ pyparsing==2.2.0 python-dateutil==2.6.1 pytz==2018.3 pywinpty==0.5.1 -PyYAML==3.12 +PyYAML==5.4 pyzmq==16.0.3 qtconsole==4.3.1 requests==2.14.2