This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-playground.git
The following commit(s) were added to refs/heads/main by this push:
new 96fd1e0 build(deps): bump nbconvert from 7.16.2 to 7.17.0 (#32)
96fd1e0 is described below
commit 96fd1e0cd5bd95495925a39aa8d7f6c8f9f9cbf6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 22:44:26 2026 +0800
build(deps): bump nbconvert from 7.16.2 to 7.17.0 (#32)
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.2 to
7.17.0.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/nbconvert/compare/v7.16.2...v7.17.0)
---
updated-dependencies:
- dependency-name: nbconvert
dependency-version: 7.17.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 0a41dcd..e7b048a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -272,6 +272,7 @@ files = [
[package.dependencies]
six = ">=1.9.0"
+tinycss2 = {version = ">=1.1.0,<1.3", optional = true, markers = "extra ==
\"css\""}
webencodings = "*"
[package.extras]
@@ -1480,19 +1481,19 @@ test = ["flaky", "ipykernel (>=6.19.3)", "ipython",
"ipywidgets", "nbconvert (>=
[[package]]
name = "nbconvert"
-version = "7.16.2"
-description = "Converting Jupyter Notebooks (.ipynb files) to other formats.
Output formats include asciidoc, html, latex, markdown, pdf, py, rst, script.
nbconvert can be used both as a Python library (`import nbconvert`) or as a
command line tool (invoked as `jupyter nbconvert ...`)."
+version = "7.17.0"
+description = "Convert Jupyter Notebooks (.ipynb files) to other formats."
optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.9"
groups = ["main"]
files = [
- {file = "nbconvert-7.16.2-py3-none-any.whl", hash =
"sha256:0c01c23981a8de0220255706822c40b751438e32467d6a686e26be08ba784382"},
- {file = "nbconvert-7.16.2.tar.gz", hash =
"sha256:8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16"},
+ {file = "nbconvert-7.17.0-py3-none-any.whl", hash =
"sha256:4f99a63b337b9a23504347afdab24a11faa7d86b405e5c8f9881cd313336d518"},
+ {file = "nbconvert-7.17.0.tar.gz", hash =
"sha256:1b2696f1b5be12309f6c7d707c24af604b87dfaf6d950794c7b07acab96dda78"},
]
[package.dependencies]
beautifulsoup4 = "*"
-bleach = "!=5.0.0"
+bleach = {version = "!=5.0.0", extras = ["css"]}
defusedxml = "*"
jinja2 = ">=3.0"
jupyter-core = ">=4.7"
@@ -1504,16 +1505,15 @@ nbformat = ">=5.7"
packaging = "*"
pandocfilters = ">=1.4.1"
pygments = ">=2.4.1"
-tinycss2 = "*"
traitlets = ">=5.1"
[package.extras]
-all = ["nbconvert[docs,qtpdf,serve,test,webpdf]"]
-docs = ["ipykernel", "ipython", "myst-parser", "nbsphinx (>=0.2.12)",
"pydata-sphinx-theme", "sphinx (==5.0.2)", "sphinxcontrib-spelling"]
-qtpdf = ["nbconvert[qtpng]"]
+all = ["flaky", "intersphinx-registry", "ipykernel", "ipython", "ipywidgets
(>=7.5)", "myst-parser", "nbsphinx (>=0.2.12)", "playwright",
"pydata-sphinx-theme", "pyqtwebengine (>=5.15)", "pytest (>=7)", "sphinx
(>=5.0.2)", "sphinxcontrib-spelling", "tornado (>=6.1)"]
+docs = ["intersphinx-registry", "ipykernel", "ipython", "myst-parser",
"nbsphinx (>=0.2.12)", "pydata-sphinx-theme", "sphinx (>=5.0.2)",
"sphinxcontrib-spelling"]
+qtpdf = ["pyqtwebengine (>=5.15)"]
qtpng = ["pyqtwebengine (>=5.15)"]
serve = ["tornado (>=6.1)"]
-test = ["flaky", "ipykernel", "ipywidgets (>=7.5)", "pytest"]
+test = ["flaky", "ipykernel", "ipywidgets (>=7.5)", "pytest (>=7)"]
webpdf = ["playwright"]
[[package]]