From 08363dabe60cd0d1257ad18310bde95ac923f93b Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Thu, 29 Aug 2024 21:57:27 +0200 Subject: [PATCH] bazel: Fix notebook_requirements.in --- bazel/notebook_requirements.in | 5 +- bazel/notebook_requirements.txt | 96 +++++++++++++-------------------- 2 files changed, 40 insertions(+), 61 deletions(-) diff --git a/bazel/notebook_requirements.in b/bazel/notebook_requirements.in index fa32476a2c..6ef8bd685e 100644 --- a/bazel/notebook_requirements.in +++ b/bazel/notebook_requirements.in @@ -20,8 +20,9 @@ svgwrite==1.4.3 plotly==5.15.0 # Notebook -jupyter==1.0.0 -jupyter-server==2.12.5 +jupyterlab==4.2.5 +notebook==7.2.2 +jupyter-server==2.14.2 tornado==6.4.1 Pygments==2.15.0 jsonschema==4.19.0 diff --git a/bazel/notebook_requirements.txt b/bazel/notebook_requirements.txt index 1158a9fd62..c5443bfca5 100644 --- a/bazel/notebook_requirements.txt +++ b/bazel/notebook_requirements.txt @@ -7,7 +7,9 @@ absl-py==2.0.0 # via -r bazel/notebook_requirements.in anyio==4.0.0 - # via jupyter-server + # via + # httpx + # jupyter-server argon2-cffi==23.1.0 # via jupyter-server argon2-cffi-bindings==21.2.0 @@ -32,8 +34,11 @@ black==24.3.0 # via -r bazel/notebook_requirements.in bleach==6.0.0 # via nbconvert -certifi==2023.7.22 - # via requests +certifi==2024.7.4 + # via + # httpcore + # httpx + # requests cffi==1.15.1 # via argon2-cffi-bindings charset-normalizer==3.2.0 @@ -41,9 +46,7 @@ charset-normalizer==3.2.0 click==8.1.3 # via black comm==0.1.4 - # via - # ipykernel - # ipywidgets + # via ipykernel debugpy==1.6.7.post1 # via ipykernel decorator==5.1.1 @@ -60,28 +63,24 @@ filelock==3.12.2 # via virtualenv fqdn==1.5.1 # via jsonschema +h11==0.14.0 + # via httpcore +httpcore==1.0.5 + # via httpx +httpx==0.27.2 + # via jupyterlab idna==3.7 # via # anyio + # httpx # jsonschema # requests immutabledict==3.0.0 # via -r bazel/notebook_requirements.in ipykernel==6.25.2 - # via - # jupyter - # jupyter-console - # jupyterlab - # qtconsole + # via jupyterlab ipython==8.15.0 - # via - # ipykernel - # ipywidgets - # jupyter-console -ipython-genutils==0.2.0 - # via qtconsole -ipywidgets==8.1.0 - # via jupyter + # via ipykernel isoduration==20.11.0 # via jsonschema jedi==0.19.0 @@ -104,33 +103,25 @@ jsonschema[format-nongpl]==4.19.0 # nbformat jsonschema-specifications==2023.7.1 # via jsonschema -jupyter==1.0.0 - # via -r bazel/notebook_requirements.in jupyter-client==8.3.1 # via # ipykernel - # jupyter-console # jupyter-server # nbclient - # qtconsole -jupyter-console==6.6.3 - # via jupyter jupyter-core==5.3.1 # via # ipykernel # jupyter-client - # jupyter-console # jupyter-server # jupyterlab # nbclient # nbconvert # nbformat - # qtconsole jupyter-events==0.9.0 # via jupyter-server jupyter-lsp==2.2.2 # via jupyterlab -jupyter-server==2.12.5 +jupyter-server==2.14.2 # via # -r bazel/notebook_requirements.in # jupyter-lsp @@ -140,16 +131,16 @@ jupyter-server==2.12.5 # notebook-shim jupyter-server-terminals==0.4.4 # via jupyter-server -jupyterlab==4.0.11 - # via notebook +jupyterlab==4.2.5 + # via + # -r bazel/notebook_requirements.in + # notebook jupyterlab-pygments==0.2.2 # via nbconvert -jupyterlab-server==2.24.0 +jupyterlab-server==2.27.3 # via # jupyterlab # notebook -jupyterlab-widgets==3.0.8 - # via ipywidgets markupsafe==2.1.3 # via # jinja2 @@ -171,9 +162,7 @@ mypy-protobuf==3.5.0 nbclient==0.8.0 # via nbconvert nbconvert==7.8.0 - # via - # jupyter - # jupyter-server + # via jupyter-server nbformat==5.9.2 # via # jupyter-server @@ -181,8 +170,8 @@ nbformat==5.9.2 # nbconvert nest-asyncio==1.5.7 # via ipykernel -notebook==7.0.7 - # via jupyter +notebook==7.2.2 + # via -r bazel/notebook_requirements.in notebook-shim==0.2.3 # via # jupyterlab @@ -203,8 +192,6 @@ packaging==23.1 # jupyterlab-server # nbconvert # plotly - # qtconsole - # qtpy pandas==2.1.2 # via -r bazel/notebook_requirements.in pandocfilters==1.5.0 @@ -227,9 +214,7 @@ plotly==5.15.0 prometheus-client==0.17.1 # via jupyter-server prompt-toolkit==3.0.39 - # via - # ipython - # jupyter-console + # via ipython protobuf==5.27.3 # via # -r bazel/notebook_requirements.in @@ -248,9 +233,7 @@ pygments==2.15.0 # via # -r bazel/notebook_requirements.in # ipython - # jupyter-console # nbconvert - # qtconsole python-dateutil==2.8.2 # via # arrow @@ -266,13 +249,7 @@ pyzmq==25.1.1 # via # ipykernel # jupyter-client - # jupyter-console # jupyter-server - # qtconsole -qtconsole==5.4.4 - # via jupyter -qtpy==2.4.0 - # via qtconsole referencing==0.30.2 # via # jsonschema @@ -305,7 +282,9 @@ six==1.16.0 # python-dateutil # rfc3339-validator sniffio==1.3.0 - # via anyio + # via + # anyio + # httpx soupsieve==2.5 # via beautifulsoup4 stack-data==0.6.2 @@ -334,9 +313,7 @@ traitlets==5.9.0 # comm # ipykernel # ipython - # ipywidgets # jupyter-client - # jupyter-console # jupyter-core # jupyter-events # jupyter-server @@ -345,7 +322,6 @@ traitlets==5.9.0 # nbclient # nbconvert # nbformat - # qtconsole types-protobuf==4.24.0.0 # via mypy-protobuf typing-extensions==4.8.0 @@ -354,7 +330,7 @@ tzdata==2023.3 # via pandas uri-template==1.3.0 # via jsonschema -urllib3==2.0.7 +urllib3==2.2.2 # via requests virtualenv==20.24.6 # via -r bazel/notebook_requirements.in @@ -366,7 +342,9 @@ webencodings==0.5.1 # via # bleach # tinycss2 -websocket-client==1.6.2 +websocket-client==1.8.0 # via jupyter-server -widgetsnbextension==4.0.8 - # via ipywidgets + +# The following packages are considered to be unsafe in a requirements file: +setuptools==74.0.0 + # via jupyterlab