From 5f3f9e69d015b4f4b969b5b73ff2704229a328db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 02:06:44 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20sphinx=20to=20v7.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2172534f..6fd64322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.2.5" +sphinx = "7.2.6" pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1" From 7f1d0a18bcb49b80477983663d366cd9ac6a8a42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 07:58:34 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20pydata-sphinx-theme=20to=20^0.14?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fd64322..4f638d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "7.2.6" -pydata-sphinx-theme = "^0.13.3" +pydata-sphinx-theme = "^0.14.0" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1" sphinx_copybutton = "0.5.2" From 1732b2c7a3df49f82cdf2ee6bc94203c1410845f Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:58:34 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=91=B7=20CI=20Change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ".github/workflows/\360\237\221\267Flow.yml" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/.github/workflows/\360\237\221\267Flow.yml" "b/.github/workflows/\360\237\221\267Flow.yml" index 34d9326d..3a6cbd34 100644 --- "a/.github/workflows/\360\237\221\267Flow.yml" +++ "b/.github/workflows/\360\237\221\267Flow.yml" @@ -32,7 +32,7 @@ jobs: needs: [release] uses: mraniki/coding_toolset/.github/workflows/🚚Publish.yml@main secrets: inherit - docker: - needs: [release] - uses: mraniki/coding_toolset/.github/workflows/🐳Docker.yml@main - secrets: inherit \ No newline at end of file + # docker: + # needs: [release] + # uses: mraniki/coding_toolset/.github/workflows/🐳Docker.yml@main + # secrets: inherit \ No newline at end of file