Update pyyaml version (#305)

This commit is contained in:
Antonio Andelic 2021-11-25 10:12:33 +01:00 committed by GitHub
parent 530eed5c6d
commit 18f9d19b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,5 @@ behave==1.2.6
neo4j-driver==4.1.1 neo4j-driver==4.1.1
parse==1.18.0 parse==1.18.0
parse-type==0.5.2 parse-type==0.5.2
PyYAML==5.3.1 PyYAML==5.4.1
six==1.15.0 six==1.15.0

View File

@ -1,2 +1,2 @@
ldap3==2.6 ldap3==2.6
pyyaml==5.1.2 pyyaml==5.4.1

View File

@ -13,7 +13,7 @@ PIP_DEPS=(
"parse==1.18.0" "parse==1.18.0"
"parse-type==0.5.2" "parse-type==0.5.2"
"pytest==6.2.3" "pytest==6.2.3"
"pyyaml==5.3.1" "pyyaml==5.4.1"
"six==1.15.0" "six==1.15.0"
) )
cd "$DIR" cd "$DIR"