Skip to content

Commit 72d0b9b

Browse files
authored
Merge pull request #1571 from roboflow/revert-1570-package/git-commiter-plugin-downgrade
Revert "fix: 🔥 downgrade mkdocs-git-committers-plugin-2 to version 2.3.0"
2 parents f8b6d3c + 63f5bfd commit 72d0b9b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/publish-dev-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: 📦 Install mkdocs-jupyter
4444
run: pip install mkdocs-jupyter
4545
- name: 📦 Install mkdocs-git-committers-plugin-2
46-
run: pip install mkdocs-git-committers-plugin-2==2.3.0
46+
run: pip install mkdocs-git-committers-plugin-2
4747
- name: ⚙️ Configure git for github-actions
4848
run: |
4949
git config --global user.name "github-actions[bot]"

.github/workflows/publish-release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: 📦 Install mkdocs-jupyter
4545
run: pip install mkdocs-jupyter
4646
- name: 📦 Install mkdocs-git-committers-plugin-2
47-
run: pip install mkdocs-git-committers-plugin-2==2.3.0
47+
run: pip install mkdocs-git-committers-plugin-2
4848
- name: ⚙️ Configure git for github-actions 👷
4949
run: |
5050
git config --global user.name "github-actions[bot]"

.github/workflows/test-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: 🏗️ Install dependencies and Test Docs Build
1818
run: |
1919
python -m pip install --upgrade pip
20-
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
20+
pip install "mkdocs-material" "mkdocstrings[python]" "mkdocs-material[imaging]" mike "mkdocs-git-revision-date-localized-plugin" jupyterlab mkdocs-jupyter mkdocs-git-committers-plugin-2
2121
mkdocs build --verbose

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ mike = "^2.0.0"
9292
# For Documentation Development use Python 3.10 or above
9393
# Use Latest mkdocs-jupyter min 0.24.6 for Jupyter Notebook Theme support
9494
mkdocs-jupyter = "^0.24.3"
95-
mkdocs-git-committers-plugin-2 = "2.3.0"
95+
mkdocs-git-committers-plugin-2 = "^2.4.1"
9696
mkdocs-git-revision-date-localized-plugin = "^1.2.4"
9797

9898
[tool.poetry.group.typecheck]

0 commit comments

Comments
 (0)