From e5096fb5e7311a13b52a391b3770f26e45a81bc1 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 21 Jan 2022 18:16:58 +0000 Subject: [PATCH] fix: plugins/flytekit-greatexpectations/requirements.txt to reduce vulnerabilities (#823) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IPYTHON-2348630 --- plugins/flytekit-greatexpectations/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/flytekit-greatexpectations/requirements.txt b/plugins/flytekit-greatexpectations/requirements.txt index f8813d43da5..222c92f8f51 100644 --- a/plugins/flytekit-greatexpectations/requirements.txt +++ b/plugins/flytekit-greatexpectations/requirements.txt @@ -90,7 +90,7 @@ ipykernel==6.6.0 # via # ipywidgets # notebook -ipython==7.30.1 +ipython==7.31.1 # via # ipykernel # ipywidgets @@ -352,4 +352,4 @@ zipp==3.6.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -# setuptools +# setuptools \ No newline at end of file