From c5c64f846e90dc47ccc7aa75766f70bf5123cca7 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 20 Jan 2021 03:13:17 +0100 Subject: [PATCH] update PyYAML --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6da42052..6bfcfbea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ colorama>=0.4.4 websockets>=8.1 -PyYAML>=5.3.1 +PyYAML>=5.4.0 fuzzywuzzy>=0.18.0 bsdiff4>=1.2.0 prompt_toolkit>=3.0.10