From 60d296623dd1571536ad19138ed3ddb730d1dd26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Mar 2021 22:24:52 -0400 Subject: [PATCH] Bump pyyaml from 5.2 to 5.4 (#369) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ebfe5db2..2f63fb3a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ jsonschema==3.2.0 pytest==5.3.2 -PyYAML==5.2 +PyYAML==5.4 yamllint==1.26.0