Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jupyterlab from 4.0.11 to 4.2.5 in /bazel in the pip group #4363

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 19 additions & 5 deletions bazel/notebook_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
absl-py==2.0.0
# via -r 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
Expand All @@ -33,7 +35,10 @@ black==24.3.0
bleach==6.0.0
# via nbconvert
certifi==2024.7.4
# via requests
# via
# httpcore
# httpx
# requests
cffi==1.15.1
# via argon2-cffi-bindings
charset-normalizer==3.2.0
Expand All @@ -60,9 +65,16 @@ 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
Expand Down Expand Up @@ -140,11 +152,11 @@ jupyter-server==2.12.5
# notebook-shim
jupyter-server-terminals==0.4.4
# via jupyter-server
jupyterlab==4.0.11
jupyterlab==4.2.5
# via notebook
jupyterlab-pygments==0.2.2
# via nbconvert
jupyterlab-server==2.24.0
jupyterlab-server==2.27.3
# via
# jupyterlab
# notebook
Expand Down Expand Up @@ -305,7 +317,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
Expand Down
Loading