From 6e8773338cc132fcd38d267247f0dd3d9b88dd3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 05:30:31 +0000 Subject: [PATCH] Update mkdocs-static-i18n requirement Updates the requirements on [mkdocs-static-i18n](https://github.com/ultrabug/mkdocs-static-i18n) to permit the latest version. - [Changelog](https://github.com/ultrabug/mkdocs-static-i18n/blob/main/docs/changelog.md) - [Commits](https://github.com/ultrabug/mkdocs-static-i18n/compare/0.53...1.2.0) --- updated-dependencies: - dependency-name: mkdocs-static-i18n dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7ed95e3..3ca69840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ doc = [ "mkdocs >=1.4.2, <2.0.0", "mkdocs-material >=9.0.0, <10.0.0", "mkdocstrings[python] >=0.19.0, <0.24.0", - "mkdocs-static-i18n >=0.53.0, <0.57.0" + "mkdocs-static-i18n >=0.53.0, <1.3.0" ] dev = [ "pre-commit >=2.20.0, <4.0.0",