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/06 05:42:55 UTC

[streampipes] branch dev updated: Bump mkdocstrings[python] in /streampipes-client-python (#1487)

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 07494bf59 Bump mkdocstrings[python] in /streampipes-client-python (#1487)
07494bf59 is described below

commit 07494bf59d14a124fdbe23ebbdf615b902cd9ef5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 6 07:42:49 2023 +0200

    Bump mkdocstrings[python] in /streampipes-client-python (#1487)
    
    Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.20.0 to 0.21.1.
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.20.0...0.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocstrings[python]
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 004996fb4..7066ae7be 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -65,7 +65,7 @@ docs_packages = [
     "mkdocs==1.4.2",
     "mkdocs-awesome-pages-plugin==2.8.0",
     "mkdocs-material==9.1.3",
-    "mkdocstrings[python]==0.20.0",
+    "mkdocstrings[python]==0.21.1",
     "pytkdocs[numpy-style]>=0.16.1",
     "mkdocs-gen-files==0.4.0",
     "mkdocs-literate-nav==0.6.0",