From 03e1aa1871d98bb7c080ee618f76fc0f190abd84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 21:29:05 +0000 Subject: [PATCH] Update pyyaml requirement from <=3.12,>=3.10 to >=3.10,<5.5 Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/5.4/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.10...5.4) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb9be8e887b0..32b78d9d59e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ colorama>=0.2.5,<=0.3.7 mock==1.3.0 rsa>=3.1.2,<=3.5.0 wheel==0.24.0 -PyYAML>=3.10,<=3.12 +PyYAML>=3.10,<5.5