Skip to content

Commit

Permalink
bump sdk docs build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Feb 20, 2025
1 parent 05d043b commit 8db6ecf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ pytest-rerunfailures = { version = ">=13.0", optional = true }
pytest-split = { version = "^0.8.1", optional = true }

# mkdocs including plugins
mkdocs = { version = "^1.2.3", optional = true }
mkdocs-material = { version = "^8.1.7", optional = true }
mkdocs-awesome-pages-plugin = { version = "^2.6.1", optional = true }
mkdocstrings = { version = "^0.17.0", optional = true }
mike = { version = "^1.1.2", optional = true }
mkdocs = { version = "^1.6.1", optional = true }
mkdocs-material = { version = "9.6.5", optional = true }
mkdocs-awesome-pages-plugin = { version = "2.10.1", optional = true }
mkdocstrings = { extras = ["python"], version = "^0.28.1", optional = true }
mike = { version = "2.1.3", optional = true }

# mypy type stubs
types-certifi = { version = "^2021.10.8.0", optional = true }
Expand Down

0 comments on commit 8db6ecf

Please sign in to comment.