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/03/13 15:27:16 UTC

[streampipes] branch dev updated: Bump mkdocs-jupyter from 0.22.0 to 0.23.0 in /streampipes-client-python (#1413)

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 74a816d23 Bump mkdocs-jupyter from 0.22.0 to 0.23.0 in /streampipes-client-python (#1413)
74a816d23 is described below

commit 74a816d239bdf09999567d6bb9f1131ba09ab464
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 13 16:25:07 2023 +0100

    Bump mkdocs-jupyter from 0.22.0 to 0.23.0 in /streampipes-client-python (#1413)
    
    * Bump mkdocs-jupyter from 0.22.0 to 0.23.0 in /streampipes-client-python
    
    Bumps [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) from 0.22.0 to 0.23.0.
    - [Release notes](https://github.com/danielfrg/mkdocs-jupyter/releases)
    - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/danielfrg/mkdocs-jupyter/compare/0.22.0...0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-jupyter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * chore(deps): upgrade to recent mkdocs-material release
    
    Signed-off-by: bossenti <bo...@posteo.de>
    
    ---------
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Signed-off-by: bossenti <bo...@posteo.de>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: bossenti <bo...@posteo.de>
---
 streampipes-client-python/mkdocs.yml | 1 -
 streampipes-client-python/setup.py   | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/streampipes-client-python/mkdocs.yml b/streampipes-client-python/mkdocs.yml
index 184f6409c..f7b93e209 100644
--- a/streampipes-client-python/mkdocs.yml
+++ b/streampipes-client-python/mkdocs.yml
@@ -85,7 +85,6 @@ plugins:
   - search:
       lang:
         - en
-      seperator: '[\s\-,:_!=\[\]()"/]+'
 
 extra_css:
   - stylesheets/extra.css
diff --git a/streampipes-client-python/setup.py b/streampipes-client-python/setup.py
index cecb3ef42..05e5937cd 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -58,13 +58,13 @@ dev_packages = base_packages + [
 docs_packages = [
     "mkdocs==1.4.2",
     "mkdocs-awesome-pages-plugin==2.8.0",
-    "mkdocs-material==8.5.11",  # < 9.x.y is required by mkdocs-jupyter
+    "mkdocs-material==9.0.8",
     "mkdocstrings[python]==0.20.0",
     "pytkdocs[numpy-style]>=0.16.1",
     "mkdocs-gen-files==0.4.0",
     "mkdocs-literate-nav==0.6.0",
     "numpydoc==1.5.0",
-    "mkdocs-jupyter==0.22.0",
+    "mkdocs-jupyter==0.23.0",
     "mike @ git+https://github.com/jimporter/mike.git@872f72def32f588908f8251fe512189e0c41f4e2"
 ]