From b1168d2480a55c4aca37edcc946bc868ebd3b0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:25:13 +0000 Subject: [PATCH 1/4] Bump actions/cache from 3.3.2 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f84ce9dd3..646d5f799 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-python@v5.0.0 with: python-version: 3.x - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.0.0 with: key: ${{ github.ref }} path: .cache @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-python@v5.0.0 with: python-version: 3.x - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.0.0 with: key: ${{ github.ref }} path: .cache From 178be4b88462e71f54b3479aeadcd75009e1238b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 02:55:34 +0000 Subject: [PATCH 2/4] Bump mkdocs-material from 9.5.1 to 9.5.9 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.1 to 9.5.9. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.1...9.5.9) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 06b53daa6..02b3ab896 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ mkdocs-awesome-pages-plugin==2.9.2 mkdocs-git-revision-date-localized-plugin==1.2.1 -mkdocs-material==9.5.1 +mkdocs-material==9.5.9 mkdocs-minify-plugin==0.7.1 mkdocs-redirects==1.2.1 From c2f1b1f309b46471ebf65ae5464c69f408d528d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 01:30:56 +0000 Subject: [PATCH 3/4] Bump mkdocs-minify-plugin from 0.7.1 to 0.8.0 Bumps [mkdocs-minify-plugin](https://github.com/byrnereese/mkdocs-minify-plugin) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/byrnereese/mkdocs-minify-plugin/releases) - [Commits](https://github.com/byrnereese/mkdocs-minify-plugin/compare/0.7.1...0.8.0) --- updated-dependencies: - dependency-name: mkdocs-minify-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 02b3ab896..011db9577 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ mkdocs-awesome-pages-plugin==2.9.2 mkdocs-git-revision-date-localized-plugin==1.2.1 mkdocs-material==9.5.9 -mkdocs-minify-plugin==0.7.1 +mkdocs-minify-plugin==0.8.0 mkdocs-redirects==1.2.1 From 6805da3844762cbb114b50a1fb1f26ab1d7fd844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 01:30:59 +0000 Subject: [PATCH 4/4] Bump mkdocs-git-revision-date-localized-plugin from 1.2.1 to 1.2.4 Bumps [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) from 1.2.1 to 1.2.4. - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.1...v1.2.4) --- updated-dependencies: - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 02b3ab896..f38ea50f7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ mkdocs-awesome-pages-plugin==2.9.2 -mkdocs-git-revision-date-localized-plugin==1.2.1 +mkdocs-git-revision-date-localized-plugin==1.2.4 mkdocs-material==9.5.9 mkdocs-minify-plugin==0.7.1 mkdocs-redirects==1.2.1