From 7d1e5c676c096f08acb73a8154665174b5b4feb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:18:16 +0000 Subject: [PATCH] chore: bump mkdocs-static-i18n from 1.2.3 to 1.3.0 Bumps [mkdocs-static-i18n](https://github.com/ultrabug/mkdocs-static-i18n) from 1.2.3 to 1.3.0. - [Changelog](https://github.com/ultrabug/mkdocs-static-i18n/blob/main/docs/changelog.md) - [Commits](https://github.com/ultrabug/mkdocs-static-i18n/compare/1.2.3...1.3.0) --- updated-dependencies: - dependency-name: mkdocs-static-i18n dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs-users/requirements.txt | 2 +- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-users/requirements.txt b/docs-users/requirements.txt index 457d7a17..1986937c 100644 --- a/docs-users/requirements.txt +++ b/docs-users/requirements.txt @@ -2,4 +2,4 @@ mkdocs==1.6.1 pymdown-extensions==10.14.1 mkdocs-material==9.5.50 -mkdocs-static-i18n==1.2.3 +mkdocs-static-i18n==1.3.0 diff --git a/docs/requirements.txt b/docs/requirements.txt index 457d7a17..1986937c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ mkdocs==1.6.1 pymdown-extensions==10.14.1 mkdocs-material==9.5.50 -mkdocs-static-i18n==1.2.3 +mkdocs-static-i18n==1.3.0 diff --git a/pyproject.toml b/pyproject.toml index 1699235a..77789ec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "djlint==1.36.4", "mkdocs==1.6.1", "mkdocs-material==9.5.50", - "mkdocs-static-i18n==1.2.3", + "mkdocs-static-i18n==1.3.0", "vermin==1.6.0", "pymdown-extensions==10.14.1", "isort==5.13.2",