From 8c9d4f49d5c6006ee1af358c6fc67c981728803f Mon Sep 17 00:00:00 2001 From: Leo Di Donato Date: Mon, 29 Mar 2021 11:23:30 +0200 Subject: [PATCH] fix(falco/test): bump pyyaml from 5.3.1 to 5.4 CVE-2020-14343 affects one of the dependencies the Falco (integration) test suite uses. Signed-off-by: Leonardo Di Donato --- test/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index 8134a110..4b4a8940 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -5,9 +5,9 @@ chardet==3.0.4 idna==2.9 pathtools==0.1.2 pbr==5.4.5 -PyYAML==5.3.1 +PyYAML==5.4 requests==2.23.0 six==1.14.0 stevedore==1.32.0 urllib3==1.25.9 -watchdog==0.10.2 \ No newline at end of file +watchdog==0.10.2