From c8eda2f673a1fbb17d464660153a2352db680876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:41:04 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 in /Class4/behave-basics 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] --- Class4/behave-basics/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Class4/behave-basics/requirements.txt b/Class4/behave-basics/requirements.txt index 7e65c9c..9cd28dd 100644 --- a/Class4/behave-basics/requirements.txt +++ b/Class4/behave-basics/requirements.txt @@ -4,4 +4,4 @@ selenium==3.141.0 colorama==0.4.3 openpyxl==3.0.3 pillow==7.0.0 -pyyaml==5.3 \ No newline at end of file +pyyaml==5.4 \ No newline at end of file