2022-08-11 17:29:18 +02:00
|
|
|
Index: nbconvert-6.5.3/pyproject.toml
|
2022-06-05 14:26:19 +02:00
|
|
|
===================================================================
|
2022-08-11 17:29:18 +02:00
|
|
|
--- nbconvert-6.5.3.orig/pyproject.toml
|
|
|
|
+++ nbconvert-6.5.3/pyproject.toml
|
|
|
|
@@ -21,4 +21,5 @@ filterwarnings = [
|
2022-06-05 14:26:19 +02:00
|
|
|
"ignore:unclosed <socket.socket:ResourceWarning",
|
|
|
|
"ignore:unclosed event loop:ResourceWarning",
|
|
|
|
"ignore:There is no current event loop:DeprecationWarning",
|
|
|
|
+ "ignore:Support for bleach <5 will be removed in a future version of nbconvert:DeprecationWarning",
|
|
|
|
]
|