From 044b5990b641e37e235b6ad1627e56ead3c3be3a Mon Sep 17 00:00:00 2001 From: Adrien Walkowiak Date: Tue, 20 Apr 2021 14:11:11 -0500 Subject: [PATCH] chore: updating pyyaml requirement to 5.4.1 to fix security issue. Removing unsued yaml import in scripts/inline_rego.py (#394) Co-authored-by: Adrien Walkowiak --- scripts/inline_rego.py | 2 -- scripts/requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/inline_rego.py b/scripts/inline_rego.py index 1699ceab..4af6392f 100644 --- a/scripts/inline_rego.py +++ b/scripts/inline_rego.py @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import yaml -import os import re import glob diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 37917bb2..932bd69e 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -PyYAML==5.1 +PyYAML==5.4.1