diff --git a/streampipes-client-python/poetry.lock b/streampipes-client-python/poetry.lock index 09c6247ab6..e0f0543634 100644 --- a/streampipes-client-python/poetry.lock +++ b/streampipes-client-python/poetry.lock @@ -1710,21 +1710,25 @@ files = [ [[package]] name = "numpydoc" -version = "1.5.0" +version = "1.6.0" description = "Sphinx extension to support docstrings in Numpy format" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "numpydoc-1.5.0-py3-none-any.whl", hash = "sha256:c997759fb6fc32662801cece76491eedbc0ec619b514932ffd2b270ae89c07f9"}, - {file = "numpydoc-1.5.0.tar.gz", hash = "sha256:b0db7b75a32367a0e25c23b397842c65e344a1206524d16c8069f0a1c91b5f4c"}, + {file = "numpydoc-1.6.0-py3-none-any.whl", hash = "sha256:b6ddaa654a52bdf967763c1e773be41f1c3ae3da39ee0de973f2680048acafaa"}, + {file = "numpydoc-1.6.0.tar.gz", hash = "sha256:ae7a5380f0a06373c3afe16ccd15bd79bc6b07f2704cbc6f1e7ecc94b4f5fc0d"}, ] [package.dependencies] Jinja2 = ">=2.10" -sphinx = ">=4.2" +sphinx = ">=5" +tabulate = ">=0.8.10" +tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["matplotlib", "pytest", "pytest-cov"] +developer = ["pre-commit (>=3.3)", "tomli"] +doc = ["matplotlib (>=3.5)", "numpy (>=1.22)", "pydata-sphinx-theme (>=0.13.3)", "sphinx (>=7)"] +test = ["matplotlib", "pytest", "pytest-cov"] [[package]] name = "packaging" @@ -3283,4 +3287,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">3.8.1,<3.12" -content-hash = "2653e6487600e5800627cb1c1fe1ad7c53c68e09199edd186fd10c1d2fdb50d4" +content-hash = "4ca138da812dd5c8d94258a78224aa91007c5fbe18572a4a44b2f230a4f81e27" diff --git a/streampipes-client-python/pyproject.toml b/streampipes-client-python/pyproject.toml index 57c4b8d5bd..95c31c1f1d 100644 --- a/streampipes-client-python/pyproject.toml +++ b/streampipes-client-python/pyproject.toml @@ -90,7 +90,7 @@ mkdocs-jupyter = "0.24.0" mkdocs-literate-nav = "0.6.0" mkdocs-material = "9.3.1" mkdocstrings = { version = "0.23.0", extras = ["python"] } -numpydoc = "1.5.0" +numpydoc = "1.6.0" pytkdocs = { version = "0.16.1", extras = ["numpy-style"] } [tool.poetry.group.stubs]