From e9d9d348233cd1f2d9660d4819e9b2af5563898e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:44:31 +0000 Subject: [PATCH 1/8] feat(Dependencies): Update dependency mkdocs-material to v9.5.35 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.34 | 9.5.35 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa7c671..a603c85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.34 +mkdocs-material==9.5.35 mkdocs-glightbox==0.4.0 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 6ed2d4ee0875b487d2dcd05842342d16f6851fc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 09:20:06 +0000 Subject: [PATCH 2/8] feat(Dependencies): Update dependency mkdocs-material to v9.5.36 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.35 | 9.5.36 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a603c85..95163de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.35 +mkdocs-material==9.5.36 mkdocs-glightbox==0.4.0 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 759d18f7d0c0dfff12e15760c05743f2122592e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:02:06 +0000 Subject: [PATCH 3/8] feat(Dependencies): Update dependency mkdocs-material to v9.5.37 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.36 | 9.5.37 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 95163de..92ee7fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.36 +mkdocs-material==9.5.37 mkdocs-glightbox==0.4.0 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From fe6c7692084dc6cb978bd2f9529b15164f42d952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:09:17 +0000 Subject: [PATCH 4/8] feat(Dependencies): Update dependency mkdocs-material to v9.5.38 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.37 | 9.5.38 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92ee7fd..d5beba7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.37 +mkdocs-material==9.5.38 mkdocs-glightbox==0.4.0 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From 1a586f0e0576d6ff198af2969aa7ebb533bd0b94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:53:26 +0000 Subject: [PATCH 5/8] feat(Dependencies): Update dependency mkdocs-material to v9.5.39 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.38 | 9.5.39 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5beba7..b44d383 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-material==9.5.38 +mkdocs-material==9.5.39 mkdocs-glightbox==0.4.0 mkdocs==1.6.1 mkdocs-htmlproofer-plugin From ad4a313b37a2570c71abf7beab50d12c39ff1a1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:32:14 +0000 Subject: [PATCH 6/8] feat(Dependencies): Update python Docker tag to v3.12.7 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.12.6 | 3.12.7 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61700c1..16f43eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.6 +FROM python:3.12.7 ENV WEBHOOK_URL_PREFIX="wiki/hooks" RUN apt update RUN apt install -y unzip apache2 build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info git From 2fd2114ca148b55ea7bf9a582b1a81a26d759070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:52:31 +0000 Subject: [PATCH 7/8] feat(Dependencies): Update actions/checkout action to v4.2.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.7 | v4.2.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 67a7393..41f44d2 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.7 + - uses: actions/checkout@v4.2.0 - name: Build with retry uses: Wandalen/wretry.action@v3.5.0 with: From 61d310197f4441762f52a333bd0412b93e3c6241 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:31:11 +0000 Subject: [PATCH 8/8] feat(Dependencies): Update actions/checkout action to v4.2.1 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.2.0 | v4.2.1 | --- .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 41f44d2..44d6b6e 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.2.0 + - uses: actions/checkout@v4.2.1 - name: Build with retry uses: Wandalen/wretry.action@v3.5.0 with: