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 465f351fe Bump mkdocs from 1.4.2 to 1.5.1 in
/streampipes-client-python (#1801)
465f351fe is described below
commit 465f351fe53312f84eb6117813e11c725c77ae07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 28 09:59:46 2023 +0200
Bump mkdocs from 1.4.2 to 1.5.1 in /streampipes-client-python (#1801)
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.4.2...1.5.1)
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 f7d47e174..313f1dee4 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -64,7 +64,7 @@ dev_packages = base_packages + [
]
docs_packages = [
- "mkdocs==1.4.2",
+ "mkdocs==1.5.1",
"mkdocs-awesome-pages-plugin==2.9.0",
"mkdocs-material==9.1.3",
"mkdocstrings[python]==0.22.0",