From cf94696b864c32b276ba73db76d7abafdbb8bc8d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Jun 2021 21:48:20 +0000 Subject: [PATCH] Update dependency PyYAML to v5 --- python-scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-scripts/requirements.txt b/python-scripts/requirements.txt index bfcfdd9..577787c 100644 --- a/python-scripts/requirements.txt +++ b/python-scripts/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.9.3 -PyYAML==3.13 +PyYAML==5.4.1 requests==2.12.4 wheel==0.24.0 lxml==3.8.0