Skip to content

Commit

Permalink
💚 Fix build docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Jun 14, 2024
1 parent aca98ff commit 5c07867
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 29 deletions.
102 changes: 75 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ pytest-asyncio = { version = "^0.17", optional = true }
GitPython = { version = "^3.1.20", optional = true }

black = { version = "^22", optional = true }
mkdocs-material = { version = "^9", optional = true }
mkdocs-material = { version = "^9.5.17", optional = true }
mkdocstrings = { version = "^0.20", optional = true }
mkdocstrings-python = { version = "^1", optional = true }
pymdown-extensions = { version = "^9", optional = true }
pymdown-extensions = { version = "^10", optional = true }
pygments = { version = "^2", optional = true }
mike = { version = "^2.0.0", optional = true }
isort = { version = "^5", optional = true }
Expand Down

0 comments on commit 5c07867

Please sign in to comment.