From 7d08564bc657cdd00ff9c67c33314acdab81cebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:36:02 +0000 Subject: [PATCH] chore: bump mkdocs-static-i18n from 1.2.2 to 1.2.3 Bumps [mkdocs-static-i18n](https://github.com/ultrabug/mkdocs-static-i18n) from 1.2.2 to 1.2.3. - [Changelog](https://github.com/ultrabug/mkdocs-static-i18n/blob/main/docs/changelog.md) - [Commits](https://github.com/ultrabug/mkdocs-static-i18n/compare/1.2.2...1.2.3) --- updated-dependencies: - dependency-name: mkdocs-static-i18n dependency-type: direct:production update-type: version-update:semver-patch ... 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 269c9a2d..8da48152 100644 --- a/docs-users/requirements.txt +++ b/docs-users/requirements.txt @@ -2,4 +2,4 @@ mkdocs==1.6.0 pymdown-extensions==10.7.1 mkdocs-material==9.5.21 -mkdocs-static-i18n==1.2.2 +mkdocs-static-i18n==1.2.3 diff --git a/docs/requirements.txt b/docs/requirements.txt index 0c491dd2..9cc45fc6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ mkdocs==1.6.0 pymdown-extensions==10.8.1 mkdocs-material==9.5.21 -mkdocs-static-i18n==1.2.2 +mkdocs-static-i18n==1.2.3 diff --git a/pyproject.toml b/pyproject.toml index 90557dce..202cb017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "djlint==1.34.1", "mkdocs==1.6.0", "mkdocs-material==9.5.21", - "mkdocs-static-i18n==1.2.2", + "mkdocs-static-i18n==1.2.3", "vermin==1.6.0", "pymdown-extensions==10.8.1", "isort==5.13.2",