From 89889c556b992a963da1147eace2325ef37b8f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:58:21 -0500 Subject: [PATCH] build(deps): bump mkdocs-static-i18n from 1.1.1 to 1.2.0 in /docs (#2459) * build(deps): bump mkdocs-static-i18n from 1.1.1 to 1.2.0 in /docs Bumps [mkdocs-static-i18n](https://github.com/ultrabug/mkdocs-static-i18n) from 1.1.1 to 1.2.0. - [Changelog](https://github.com/ultrabug/mkdocs-static-i18n/blob/main/docs/changelog.md) - [Commits](https://github.com/ultrabug/mkdocs-static-i18n/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: mkdocs-static-i18n dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump other docs dependencies together --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Geoff Bourne --- .github/dependabot.yml | 1 + docs/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce2a2fc0..a2bca8f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,4 @@ updates: - "*" update-types: - patch + - minor diff --git a/docs/requirements.txt b/docs/requirements.txt index 07fdb83c..843f8048 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,9 +1,9 @@ mkdocs == 1.5.3 -mkdocs-material-extensions == 1.2 -mkdocs-material == 9.4.6 +mkdocs-material-extensions == 1.3 +mkdocs-material == 9.4.7 mkdocs-autorefs == 0.5.0 mkdocstrings == 0.23.0 mkdocs-literate-nav == 0.6.1 mdx-gh-links == 0.3.1 mkdocs-click == 0.8.1 -mkdocs-static-i18n == 1.1.1 \ No newline at end of file +mkdocs-static-i18n == 1.2.0 \ No newline at end of file