From b7e363cb5ff8bae98bdd2fa8e966801adcce4082 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 f84ce9dd33..646d5f799e 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 dce82553040d98985460780373aa8cc1e716af7a 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 06b53daa6f..02b3ab8965 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 b291896c1ca92a25e43267337b7c2fa18f3af4f9 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 02b3ab8965..011db95779 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 590a62e194a2b24b6fe5413053a1753531f0e6d7 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 02b3ab8965..f38ea50f76 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