Skip to content

Commit

Permalink
chore: updating pyyaml requirement to 5.4.1 to fix security issue. Re…
Browse files Browse the repository at this point in the history
…moving unsued yaml import in scripts/inline_rego.py (#394)

Co-authored-by: Adrien Walkowiak <awalko@google.com>
  • Loading branch information
AdrienWalkowiak and Adrien Walkowiak committed Apr 20, 2021
1 parent 96f6b7d commit 044b599
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/inline_rego.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PyYAML==5.1
PyYAML==5.4.1

0 comments on commit 044b599

Please sign in to comment.