You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/04/28 08:46:32 UTC

[streampipes] branch dev updated: Bump mkdocs-gen-files from 0.4.0 to 0.5.0 in /streampipes-client-python (#1525)

This is an automated email from the ASF dual-hosted git repository.

bossenti 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 36feed7c6 Bump mkdocs-gen-files from 0.4.0 to 0.5.0 in /streampipes-client-python (#1525)
36feed7c6 is described below

commit 36feed7c6e860a7fb790d811e43112a6fb92ca51
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 28 10:46:26 2023 +0200

    Bump mkdocs-gen-files from 0.4.0 to 0.5.0 in /streampipes-client-python (#1525)
---
 streampipes-client-python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-client-python/setup.py b/streampipes-client-python/setup.py
index 14fb16a17..5602360af 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -67,7 +67,7 @@ docs_packages = [
     "mkdocs-material==9.1.3",
     "mkdocstrings[python]==0.21.1",
     "pytkdocs[numpy-style]>=0.16.1",
-    "mkdocs-gen-files==0.4.0",
+    "mkdocs-gen-files==0.5.0",
     "mkdocs-literate-nav==0.6.0",
     "numpydoc==1.5.0",
     "mkdocs-jupyter==0.24.0",