From 19c9dd6ef2b18da1a4aead5b68484b8b44f441b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Jul 2022 02:35:57 +0000 Subject: [PATCH 1/2] fix: plugins/flytekit-greatexpectations/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-MISTUNE-2940625 --- plugins/flytekit-greatexpectations/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/flytekit-greatexpectations/requirements.txt b/plugins/flytekit-greatexpectations/requirements.txt index 3afcede312..038a4ca395 100644 --- a/plugins/flytekit-greatexpectations/requirements.txt +++ b/plugins/flytekit-greatexpectations/requirements.txt @@ -177,7 +177,7 @@ matplotlib-inline==0.1.3 # via # ipykernel # ipython -mistune==0.8.4 +mistune==2.0.3 # via # great-expectations # nbconvert From 5e62dbd5e251ec2a405fb5c2547c64a7e2bee1d7 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 5 Jul 2022 18:48:53 +0800 Subject: [PATCH 2/2] Fixed tests Signed-off-by: Kevin Su --- plugins/flytekit-greatexpectations/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/flytekit-greatexpectations/requirements.txt b/plugins/flytekit-greatexpectations/requirements.txt index 038a4ca395..6f8f2f9fbc 100644 --- a/plugins/flytekit-greatexpectations/requirements.txt +++ b/plugins/flytekit-greatexpectations/requirements.txt @@ -187,7 +187,7 @@ natsort==8.1.0 # via flytekit nbclient==0.6.4 # via nbconvert -nbconvert==6.5.0 +nbconvert==7.0.0rc2 # via notebook nbformat==5.4.0 # via