From af682580302fef92dfcdb9f0a874f6e0356912d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:14:19 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /day2/docker Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.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.1...5.4) Signed-off-by: dependabot[bot] --- day2/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day2/docker/requirements.txt b/day2/docker/requirements.txt index ea93cf7..aa83ba3 100644 --- a/day2/docker/requirements.txt +++ b/day2/docker/requirements.txt @@ -25,7 +25,7 @@ pyserial-asyncio==0.4 pysha3==1.0.2 python-dateutil==2.8.0 pytz==2018.9 -PyYAML==5.1 +PyYAML==5.4 regex==2019.3.12 requests==2.21.0 six==1.12.0