Skip to content

Commit 1c23b68

Browse files
authored
Bump jupyter_server and remove filtered warning (#444)
1 parent a91694f commit 1c23b68

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

projects/jupyter-server-ydoc/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ authors = [
2828
{ name = "Jupyter Development Team", email = "[email protected]" },
2929
]
3030
dependencies = [
31-
"jupyter_server>=2.11.1,<3.0.0",
31+
"jupyter_server>=2.15.0,<3.0.0",
3232
"jupyter_ydoc>=2.1.2,<4.0.0,!=3.0.0,!=3.0.1",
3333
"pycrdt",
3434
"pycrdt-websocket>=0.15.0,<0.16.0",
@@ -42,7 +42,7 @@ dynamic = ["version"]
4242
test = [
4343
"coverage",
4444
"dirty-equals",
45-
"jupyter_server[test]>=2.4.0",
45+
"jupyter_server[test]>=2.15.0",
4646
"jupyter_server_fileid[test]",
4747
"pytest>=7.0",
4848
"pytest-cov",

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ filterwarnings = [
106106
'ignore:Unclosed <MemoryObjectSendStream:ResourceWarning',
107107
# see https://github.com/python/cpython/issues/126259
108108
'ignore:unclosed database in <sqlite3.Connection object',
109-
# remove when this is merged: https://github.com/jupyter-server/jupyter_server/pull/1481
110-
'ignore:The `version` property of an event schema must be a string'
111109
]
112110

113111
[tool.mypy]

0 commit comments

Comments
 (0)