bazel: fix notebook requirements.txt

This commit is contained in:
Corentin Le Molgat
2025-06-05 08:06:55 +02:00
parent 4ed9cf184d
commit dd82487e10
2 changed files with 7 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ svgwrite==1.4.3
plotly==5.15.0
# Notebook
jupyterlab==4.4.2
jupyterlab==4.4.3
setuptools==78.1.1 # jupyterlab require 74.0.0 which contains vulnerabilities
notebook==7.4.2
jupyter-server==2.16.0
tornado==6.5.0

View File

@@ -132,7 +132,7 @@ jupyter-server==2.16.0
# notebook-shim
jupyter-server-terminals==0.4.4
# via jupyter-server
jupyterlab==4.4.2
jupyterlab==4.4.3
# via
# -r bazel/notebook_requirements.in
# notebook
@@ -350,5 +350,7 @@ websocket-client==1.8.0
# via jupyter-server
# The following packages are considered to be unsafe in a requirements file:
setuptools==74.0.0
# via jupyterlab
setuptools==78.1.1
# via
# -r bazel/notebook_requirements.in
# jupyterlab