From e221629487579f4291e2817324b5de49c829db50 Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 1 Jan 2023 20:22:32 +0100 Subject: [PATCH 1/3] Update dependency pygments to v2.14 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c17e0144b..5e282fe38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs-material==8.5.10 mkdocs-redirects==1.2.0 -pygments>=2.13 +pygments==2.14 mkdocs-static-i18n==0.53 mkdocs-git-revision-date-localized-plugin==1.1.0 From 2ab2a336a5c2fce0026b0111c2cdbba21bc8e4ba Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 1 Jan 2023 20:23:51 +0100 Subject: [PATCH 2/3] Welcome to 2023 --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index fc0597966..d469aa3f5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: 'mailcow: dockerized documentation' site_url: https://docs.mailcow.email/ -copyright: "Copyright © 2022 Servercow Team & Community" +copyright: "Copyright © 2023 Servercow Team & Community" repo_name: mailcow/mailcow-dockerized repo_url: https://github.com/mailcow/mailcow-dockerized edit_uri: ../mailcow-dockerized-docs/edit/master/docs/ From e60c89b22b81f73a65d2f3ab14b0bd68fb72a9dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:12:44 +0000 Subject: [PATCH 3/3] Update dependency mkdocs-material to v9 Signed-off-by: milkmaker --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e282fe38..9c522eafb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==8.5.10 +mkdocs-material==9.0.0 mkdocs-redirects==1.2.0 pygments==2.14 mkdocs-static-i18n==0.53