From 61af62243666c7c6094156421a775130ea9a438f Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Tue, 16 Apr 2024 09:31:36 +0200 Subject: [PATCH] Update tornado for python notebook example to address security issue (#5981) ### What * part of https://github.com/rerun-io/rerun/issues/5927 tested the notebook locally with this dependency and it worked for me --- examples/python/notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/notebook/requirements.txt b/examples/python/notebook/requirements.txt index 3802de423c95..ed3e15cdccda 100644 --- a/examples/python/notebook/requirements.txt +++ b/examples/python/notebook/requirements.txt @@ -8,4 +8,4 @@ rerun-sdk # See e.g. https://github.com/jupyter/notebook/issues/6721 jupyter_client<8 pyzmq<25 -tornado<=6.1 +tornado<=6.3.2