From 12a629b14590f13e263ff6f7ef31cecb1d580343 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 20 Dec 2024 13:23:57 +0000 Subject: [PATCH] chore(deps): update dependency ipython to v8.31.0 --- samples/to_dataframe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/to_dataframe/requirements.txt b/samples/to_dataframe/requirements.txt index d9885480..900a88a7 100644 --- a/samples/to_dataframe/requirements.txt +++ b/samples/to_dataframe/requirements.txt @@ -7,7 +7,7 @@ pyarrow==18.1.0; python_version >= '3.9' ipython===7.31.1; python_version == '3.7' ipython===8.10.0; python_version == '3.8' ipython===8.18.1; python_version == '3.9' -ipython==8.30.0; python_version >= '3.10' +ipython==8.31.0; python_version >= '3.10' ipywidgets==8.1.5 pandas===1.3.5; python_version == '3.7' pandas===2.0.3; python_version == '3.8'