From 18f9d19b187240093418a77dac7ede4cf4516884 Mon Sep 17 00:00:00 2001 From: Antonio Andelic Date: Thu, 25 Nov 2021 10:12:33 +0100 Subject: [PATCH] Update pyyaml version (#305) --- tests/gql_behave/requirements.txt | 2 +- tests/integration/ldap/requirements.txt | 2 +- tests/setup.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/gql_behave/requirements.txt b/tests/gql_behave/requirements.txt index f5071b452..290c4cab2 100644 --- a/tests/gql_behave/requirements.txt +++ b/tests/gql_behave/requirements.txt @@ -2,5 +2,5 @@ behave==1.2.6 neo4j-driver==4.1.1 parse==1.18.0 parse-type==0.5.2 -PyYAML==5.3.1 +PyYAML==5.4.1 six==1.15.0 diff --git a/tests/integration/ldap/requirements.txt b/tests/integration/ldap/requirements.txt index 8e275e8fb..849f48f74 100644 --- a/tests/integration/ldap/requirements.txt +++ b/tests/integration/ldap/requirements.txt @@ -1,2 +1,2 @@ ldap3==2.6 -pyyaml==5.1.2 +pyyaml==5.4.1 diff --git a/tests/setup.sh b/tests/setup.sh index 3b22ef3b7..a74ee6ff9 100755 --- a/tests/setup.sh +++ b/tests/setup.sh @@ -13,7 +13,7 @@ PIP_DEPS=( "parse==1.18.0" "parse-type==0.5.2" "pytest==6.2.3" - "pyyaml==5.3.1" + "pyyaml==5.4.1" "six==1.15.0" ) cd "$DIR"