forked from pool/python-nbconvert
Benjamin Greiner
9a63d40e39
update to latest version OBS-URL: https://build.opensuse.org/request/show/994559 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=40
11 lines
497 B
Diff
11 lines
497 B
Diff
Index: nbconvert-6.5.3/pyproject.toml
|
|
===================================================================
|
|
--- nbconvert-6.5.3.orig/pyproject.toml
|
|
+++ nbconvert-6.5.3/pyproject.toml
|
|
@@ -21,4 +21,5 @@ filterwarnings = [
|
|
"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",
|
|
]
|