From afcecab71393d9e9ad7b63f9d5095a735f3ab978 Mon Sep 17 00:00:00 2001 From: Kevin Bates Date: Tue, 6 Dec 2022 14:31:36 -0800 Subject: [PATCH] Update test dependencies to min of project, address dependabot warnings Signed-off-by: Kevin Bates --- .../kfp/resources/test-requirements-elyra.txt | 16 ++++++++-------- setup.py | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/elyra/tests/kfp/resources/test-requirements-elyra.txt b/elyra/tests/kfp/resources/test-requirements-elyra.txt index b3d4db5a0..36a0308bf 100644 --- a/elyra/tests/kfp/resources/test-requirements-elyra.txt +++ b/elyra/tests/kfp/resources/test-requirements-elyra.txt @@ -2,21 +2,21 @@ ipykernel==6.9.1 ipython==7.16.3 ipython-genutils==0.2.0 #jedi==0.17.0 -#Jinja2==2.11.2 +#Jinja2==3.0 #jsonschema==3.2.0 jupyter-client==7.1.2 -jupyter-core==4.9.2 -minio==6.0.2 -nbclient==0.4.1 -nbconvert==5.6.1 -nbformat==5.0.7 -papermill==2.1.2 +jupyter-core==4.11.2 +minio==7.0.0 +nbclient==0.5.1 +nbconvert==6.5.1 +nbformat==5.1.2 +papermill==2.3.4 prompt-toolkit==3.0.5 pyarrow==0.17.0 pyzmq==19.0.1 requests==2.25.1 text-extensions-for-pandas @ git+https://github.com/frreiss/text-extensions-for-pandas@3de5ce17ab0493dcdf88b51e8727f580c08d6997 -tornado==6.0.4 +tornado==6.1.0 traitlets==4.3.3 urllib3==1.26.5 zebra===0.1.32 diff --git a/setup.py b/setup.py index 2ad3d3b24..4a2e17bc6 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ "entrypoints>=0.3", "jinja2>=3", "jsonschema>=3.2.0,<4.0", # Cap from kfp - "jupyter_core>=4.6.0", + "jupyter_core>=4.11.2", "jupyter_client>=6.1.7", "jupyter-packaging>=0.10", "jupyter_server>=1.7.0", @@ -82,7 +82,7 @@ "MarkupSafe>=2.1", "minio>=7.0.0", "nbclient>=0.5.1", - "nbconvert>=6.4.5", + "nbconvert>=6.5.1", "nbdime~=3.1", # Cap from jupyterlab-git "nbformat>=5.1.2", "networkx>=2.5.1",