Skip to content

Commit

Permalink
chore: update docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsnastins committed Oct 19, 2024
1 parent d92b784 commit 3806652
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 33 deletions.
48 changes: 19 additions & 29 deletions poetry.lock

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

10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@ types-protobuf = ">=4.23.0.2,<6.0.0.0"
types-requests = "^2.31.0.2"

[tool.poetry.group.docs.dependencies]
griffe-typingdoc = "^0.2.4"
mkdocs-glightbox = ">=0.3.6,<0.5.0"
mkdocs-material = "^9.4.14"
mkdocstrings = { extras = ["python"], version = ">=0.24,<0.27" }
griffe = "^1.5.1"
griffe-typingdoc = "^0.2.7"
mkdocs-glightbox = "^0.4.0"
mkdocs-material = "^9.5.41"
mkdocstrings = { extras = ["python"], version = "^0.26.2" }
mkdocstrings-python = "^1.12.1"

[tool.poetry.plugins."pytest11"]
tomodachi_testcontainers = "tomodachi_testcontainers.fixtures"
Expand Down

0 comments on commit 3806652

Please # to comment.