Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent b2e45f1 commit c647b24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = "docs"
package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
mkdocs = "^1.5.3"
mkdocs-material = { version = "^9.5.17", extras = ["imaging"] }
mike = "^2.0.0"
mkdocs-git-revision-date-localized-plugin = "^1.2.4"
mkdocs-git-committers-plugin-2 = "^2.3.0"
python = "3.12.3"
mkdocs = "1.6.0"
mkdocs-material = { version = "9.5.21", extras = ["imaging"] }
mike = "2.1.1"
mkdocs-git-revision-date-localized-plugin = "1.2.5"
mkdocs-git-committers-plugin-2 = "2.3.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit c647b24

Please sign in to comment.