From b8a67ce20f26ea55b0d5d73462ba38c36d15ecd6 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Tue, 7 Jun 2022 18:39:40 +0200 Subject: [PATCH] Bump ypy-websocket to v0.1.13 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5f36bc5a7b1a..14576e41703b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = jupyter_server>=1.16.0,<2 notebook_shim>=0.1 jinja2>=3.0.3 - ypy-websocket>=0.1.12 + ypy-websocket>=0.1.13 jupyter_ydoc==0.1.10 [options.extras_require]