Skip to content

Commit

Permalink
fix security issue in jupyter dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Aug 30, 2023
1 parent f0b1a33 commit ae6bee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions bazel/notebook_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ plotly==5.15.0
notebook==7.0.2
tornado==6.3.3
Pygments==2.15.0
jupyter-server==2.7.2
5 changes: 3 additions & 2 deletions bazel/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ jupyter-events==0.6.3
# via jupyter-server
jupyter-lsp==2.2.0
# via jupyterlab
jupyter-server==2.7.0
jupyter-server==2.7.2
# via
# -r bazel/notebook_requirements.in
# jupyter-lsp
# jupyterlab
# jupyterlab-server
Expand Down Expand Up @@ -238,7 +239,7 @@ rfc3986-validator==0.1.1
# jupyter-events
scipy==1.11.1
# via -r bazel/notebook_requirements.in
send2trash==1.8.0
send2trash==1.8.2
# via jupyter-server
six==1.16.0
# via
Expand Down

0 comments on commit ae6bee6

Please sign in to comment.