From 7c73b831cfc6be980415d25f433d6af385c10a1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:51:43 +0000 Subject: [PATCH 1/5] feat(Dependencies): Update dependency mkdocs-material to v9.5.21 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.20 | 9.5.21 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b10de4c..dd2319e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.20 +mkdocs-material==9.5.21 mkdocs-glightbox==0.3.7 mkdocs==1.6.0 mkdocs-htmlproofer-plugin From 334c0b1ceec939edf915163309ec7a6d3970fa7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:03:50 +0000 Subject: [PATCH 2/5] feat(Dependencies): Update actions/checkout action to v4.1.5 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.4 | v4.1.5 | --- .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 aa79e2f..dea170f 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.4 + - uses: actions/checkout@v4.1.5 - name: Build with retry uses: Wandalen/wretry.action@v3.4.0 with: From 44081b69ed6406eb53febc5c74eb043debccbe33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 16:18:04 +0000 Subject: [PATCH 3/5] feat(Dependencies): Update dependency mkdocs-material to v9.5.22 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.21 | 9.5.22 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd2319e..2085062 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.21 +mkdocs-material==9.5.22 mkdocs-glightbox==0.3.7 mkdocs==1.6.0 mkdocs-htmlproofer-plugin From ffd3139890fd2ceb4805c30628c8ce9778758f71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 19:40:27 +0000 Subject: [PATCH 4/5] feat(Dependencies): Update dependency mkdocs-glightbox to v0.4.0 | datasource | package | from | to | | ---------- | ---------------- | ----- | ----- | | pypi | mkdocs-glightbox | 0.3.7 | 0.4.0 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2085062..b17f545 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mkdocs-material==9.5.22 -mkdocs-glightbox==0.3.7 +mkdocs-glightbox==0.4.0 mkdocs==1.6.0 mkdocs-htmlproofer-plugin pygments From d4930c43a33c417d77d15feb420d1a38848a0caf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:21:09 +0000 Subject: [PATCH 5/5] feat(Dependencies): Update Wandalen/wretry.action action to v3.5.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | Wandalen/wretry.action | v3.4.0 | v3.5.0 | --- .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 dea170f..e53e479 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -14,7 +14,7 @@ jobs: 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 - name: Build with retry - uses: Wandalen/wretry.action@v3.4.0 + uses: Wandalen/wretry.action@v3.5.0 with: command: docker build --no-cache . attempt_limit: 3