Update pyyaml version (#305)
This commit is contained in:
parent
530eed5c6d
commit
18f9d19b18
@ -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
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
ldap3==2.6
|
ldap3==2.6
|
||||||
pyyaml==5.1.2
|
pyyaml==5.4.1
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user