From e3ab7fd13aff5626013f68dddccf73972818cdde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:05:44 +0000 Subject: [PATCH 1/3] feat(Dependencies): Update dependency mkdocs-material to v9.5.23 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.22 | 9.5.23 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b17f545..f27875c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.22 +mkdocs-material==9.5.23 mkdocs-glightbox==0.4.0 mkdocs==1.6.0 mkdocs-htmlproofer-plugin From 28d2bc8e754e455b5fd1277e10c879d2a5527c42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 23:10:59 +0000 Subject: [PATCH 2/3] feat(Dependencies): Update actions/checkout action to v4.1.6 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.5 | v4.1.6 | --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index e53e479..d8cbe4b 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - name: Build with retry uses: Wandalen/wretry.action@v3.5.0 with: From e6b069ce9de33ebb9ee0023addf7c763a468e712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:11:05 +0000 Subject: [PATCH 3/3] feat(Dependencies): Update dependency mkdocs-material to v9.5.24 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.23 | 9.5.24 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f27875c..ac90e3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.23 +mkdocs-material==9.5.24 mkdocs-glightbox==0.4.0 mkdocs==1.6.0 mkdocs-htmlproofer-plugin