From 61ababd0b5408e973f0fe7c2e1cf3b7ed675fc4f Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Fri, 4 Oct 2024 21:17:35 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=F0=9F=94=A5=20downgrade=20mkd?= =?UTF-8?q?ocs-git-committers-plugin-2=20to=20version=202.3.0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-dev-docs.yml | 2 +- .github/workflows/publish-release-docs.yml | 2 +- .github/workflows/test-doc.yml | 2 +- poetry.lock | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-dev-docs.yml b/.github/workflows/publish-dev-docs.yml index abef051e..0661929e 100644 --- a/.github/workflows/publish-dev-docs.yml +++ b/.github/workflows/publish-dev-docs.yml @@ -43,7 +43,7 @@ jobs: - name: 📦 Install mkdocs-jupyter run: pip install mkdocs-jupyter - name: 📦 Install mkdocs-git-committers-plugin-2 - run: pip install mkdocs-git-committers-plugin-2==2.3.0 + run: pip install mkdocs-git-committers-plugin-2 - name: ⚙️ Configure git for github-actions run: | git config --global user.name "github-actions[bot]" diff --git a/.github/workflows/publish-release-docs.yml b/.github/workflows/publish-release-docs.yml index abe51112..22710033 100644 --- a/.github/workflows/publish-release-docs.yml +++ b/.github/workflows/publish-release-docs.yml @@ -44,7 +44,7 @@ jobs: - name: 📦 Install mkdocs-jupyter run: pip install mkdocs-jupyter - name: 📦 Install mkdocs-git-committers-plugin-2 - run: pip install mkdocs-git-committers-plugin-2==2.3.0 + run: pip install mkdocs-git-committers-plugin-2 - name: ⚙️ Configure git for github-actions 👷 run: | git config --global user.name "github-actions[bot]" diff --git a/.github/workflows/test-doc.yml b/.github/workflows/test-doc.yml index bb3b0a16..b1507290 100644 --- a/.github/workflows/test-doc.yml +++ b/.github/workflows/test-doc.yml @@ -17,5 +17,5 @@ jobs: - name: 🏗️ Install dependencies and Test Docs Build run: | python -m pip install --upgrade pip - pip install "mkdocs-material" "mkdocstrings[python]" "mkdocs-material[imaging]" mike "mkdocs-git-revision-date-localized-plugin" jupyterlab mkdocs-jupyter mkdocs-git-committers-plugin-2==2.3.0 + pip install "mkdocs-material" "mkdocstrings[python]" "mkdocs-material[imaging]" mike "mkdocs-git-revision-date-localized-plugin" jupyterlab mkdocs-jupyter mkdocs-git-committers-plugin-2 mkdocs build --verbose diff --git a/poetry.lock b/poetry.lock index 89ba7af2..5f2516e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4545,4 +4545,4 @@ metrics = ["pandas", "pandas-stubs"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f7f497da73c8c467b621555f622bf0f10b21d0c4e97f68521e3f079e2ffb7789" +content-hash = "6619a49f1450ccc15a01215d156afbcf248619374ad2ba0576f48434d9b8720f" diff --git a/pyproject.toml b/pyproject.toml index 1246e010..9f443b62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ mike = "^2.0.0" # For Documentation Development use Python 3.10 or above # Use Latest mkdocs-jupyter min 0.24.6 for Jupyter Notebook Theme support mkdocs-jupyter = "^0.24.3" -mkdocs-git-committers-plugin-2 = "2.3.0" +mkdocs-git-committers-plugin-2 = "^2.2.3" mkdocs-git-revision-date-localized-plugin = "^1.2.4" [tool.poetry.group.typecheck]