This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new ad26b70f7e chore(deps-dev): bump numpydoc from 1.7.0 to 1.9.0 in
/streampipes-client-python (#3815)
ad26b70f7e is described below
commit ad26b70f7eb5586fc35efbcfd309d58275660a39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 16 15:34:45 2025 +0200
chore(deps-dev): bump numpydoc from 1.7.0 to 1.9.0 in
/streampipes-client-python (#3815)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philipp Zehnder <[email protected]>
---
streampipes-client-python/poetry.lock | 18 ++++++------------
streampipes-client-python/pyproject.toml | 2 +-
2 files changed, 7 insertions(+), 13 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index 1da3426ce9..168e47e43c 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -2007,26 +2007,20 @@ files = [
[[package]]
name = "numpydoc"
-version = "1.7.0"
+version = "1.9.0"
description = "Sphinx extension to support docstrings in Numpy format"
optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.9"
groups = ["docs"]
files = [
- {file = "numpydoc-1.7.0-py3-none-any.whl", hash =
"sha256:5a56419d931310d79a06cfc2a126d1558700feeb9b4f3d8dcae1a8134be829c9"},
- {file = "numpydoc-1.7.0.tar.gz", hash =
"sha256:866e5ae5b6509dcf873fc6381120f5c31acf13b135636c1a81d68c166a95f921"},
+ {file = "numpydoc-1.9.0-py3-none-any.whl", hash =
"sha256:8a2983b2d62bfd0a8c470c7caa25e7e0c3d163875cdec12a8a1034020a9d1135"},
+ {file = "numpydoc-1.9.0.tar.gz", hash =
"sha256:5fec64908fe041acc4b3afc2a32c49aab1540cf581876f5563d68bb129e27c5b"},
]
[package.dependencies]
sphinx = ">=6"
-tabulate = ">=0.8.10"
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
-[package.extras]
-developer = ["pre-commit (>=3.3)", "tomli ; python_version < \"3.11\""]
-doc = ["matplotlib (>=3.5)", "numpy (>=1.22)", "pydata-sphinx-theme
(>=0.13.3)", "sphinx (>=7)"]
-test = ["matplotlib", "pytest", "pytest-cov"]
-
[[package]]
name = "packaging"
version = "25.0"
@@ -3523,7 +3517,7 @@ version = "0.9.0"
description = "Pretty-print tabular data"
optional = false
python-versions = ">=3.7"
-groups = ["dev", "docs"]
+groups = ["dev"]
files = [
{file = "tabulate-0.9.0-py3-none-any.whl", hash =
"sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f"},
{file = "tabulate-0.9.0.tar.gz", hash =
"sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c"},
@@ -3896,4 +3890,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.14"
-content-hash =
"5d4dc8644a889a3b55cb95b813db1d5fcca4fc8779ee9bd720fb355021b7b940"
+content-hash =
"537c4849b4254b1f55040c33ebf8f897bab0eba0248da7635a09ea34ca082529"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index 63d9e132d0..0d2f2d4ece 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -91,7 +91,7 @@ mkdocs-jupyter = "0.24.0"
mkdocs-literate-nav = "0.6.0"
mkdocs-material = "9.3.2"
mkdocstrings = { version = "0.25.0", extras = ["python"] }
-numpydoc = "1.7.0"
+numpydoc = "1.9.0"
pytkdocs = { version = "0.16.1", extras = ["numpy-style"] }
[tool.poetry.group.stubs]