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 d9c781ee66 chore(deps-dev): bump
mkdocs-git-revision-date-localized-plugin (#3582)
d9c781ee66 is described below
commit d9c781ee6614ea06d89ffa3bc182507d44757b1f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 13 09:53:42 2025 +0200
chore(deps-dev): bump mkdocs-git-revision-date-localized-plugin (#3582)
Bumps
[mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin)
from 1.3.0 to 1.4.5.
- [Release
notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
-
[Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.3.0...v1.4.5)
---
updated-dependencies:
- dependency-name: mkdocs-git-revision-date-localized-plugin
dependency-version: 1.4.5
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/poetry.lock | 17 ++++++-----------
streampipes-client-python/pyproject.toml | 2 +-
2 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index b05668e87d..e1eefdf232 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -1634,26 +1634,21 @@ mkdocs = ">=1.0.3"
[[package]]
name = "mkdocs-git-revision-date-localized-plugin"
-version = "1.3.0"
+version = "1.4.5"
description = "Mkdocs plugin that enables displaying the localized date of the
last git modification of a markdown file."
optional = false
python-versions = ">=3.8"
groups = ["docs"]
files = [
- {file =
"mkdocs_git_revision_date_localized_plugin-1.3.0-py3-none-any.whl", hash =
"sha256:c99377ee119372d57a9e47cff4e68f04cce634a74831c06bc89b33e456e840a1"},
- {file = "mkdocs_git_revision_date_localized_plugin-1.3.0.tar.gz", hash =
"sha256:439e2f14582204050a664c258861c325064d97cdc848c541e48bb034a6c4d0cb"},
+ {file =
"mkdocs_git_revision_date_localized_plugin-1.4.5-py3-none-any.whl", hash =
"sha256:395ae0b9eec565c78a76fffc938b70f52774bf2971245482d31aba47018c5fa9"},
+ {file = "mkdocs_git_revision_date_localized_plugin-1.4.5.tar.gz", hash =
"sha256:9e37f1343d314c9cd8f9cbbf117c4bdc1d2d24a0653c5bbd7059d072f2cd0972"},
]
[package.dependencies]
babel = ">=2.7.0"
-GitPython = "*"
+gitpython = ">=3.1.44"
mkdocs = ">=1.0"
-pytz = "*"
-
-[package.extras]
-all = ["GitPython", "babel (>=2.7.0)", "click", "codecov", "mkdocs (>=1.0)",
"mkdocs-gen-files", "mkdocs-git-authors-plugin", "mkdocs-material",
"mkdocs-static-i18n", "pytest", "pytest-cov", "pytz"]
-base = ["GitPython", "babel (>=2.7.0)", "mkdocs (>=1.0)", "pytz"]
-dev = ["click", "codecov", "mkdocs-gen-files", "mkdocs-git-authors-plugin",
"mkdocs-material", "mkdocs-static-i18n", "pytest", "pytest-cov"]
+pytz = ">=2025.1"
[[package]]
name = "mkdocs-jupyter"
@@ -4007,4 +4002,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.9,<3.12"
-content-hash =
"6c66fd82f906046d959b557f97e95aed5b4850e3fec2c4e9cbab77312834a88e"
+content-hash =
"6a793755a1a7c46341e58e948685fa9b76e816747a024561e69937099877dd50"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index 1378626332..90a4b53dda 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -86,7 +86,7 @@ mike = { git = "https://github.com/jimporter/mike.git", rev =
"872f72def32f58890
mkdocs = "1.5.2"
mkdocs-awesome-pages-plugin = "2.10.1"
mkdocs-gen-files = "0.5.0"
-mkdocs-git-revision-date-localized-plugin = "1.3.0"
+mkdocs-git-revision-date-localized-plugin = "1.4.5"
mkdocs-jupyter = "0.24.0"
mkdocs-literate-nav = "0.6.0"
mkdocs-material = "9.3.2"