diff --git a/poetry.lock b/poetry.lock index 6bebe67..740e6b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "astroid" @@ -859,13 +859,13 @@ pytz = "*" [[package]] name = "mkdocs-material" -version = "9.5.23" +version = "9.5.24" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.23-py3-none-any.whl", hash = "sha256:ffd08a5beaef3cd135aceb58ded8b98bbbbf2b70e5b656f6a14a63c917d9b001"}, - {file = "mkdocs_material-9.5.23.tar.gz", hash = "sha256:4627fc3f15de2cba2bde9debc2fd59b9888ef494beabfe67eb352e23d14bf288"}, + {file = "mkdocs_material-9.5.24-py3-none-any.whl", hash = "sha256:e12cd75954c535b61e716f359cf2a5056bf4514889d17161fdebd5df4b0153c6"}, + {file = "mkdocs_material-9.5.24.tar.gz", hash = "sha256:02d5aaba0ee755e707c3ef6e748f9acb7b3011187c0ea766db31af8905078a34"}, ] [package.dependencies] @@ -1691,4 +1691,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "85119fa8ad402946f72ace6ebba3536fc819bdcaf21c034bcf2ec198e443e843" +content-hash = "64027843604e7750b1dbfbff158d8bb514d5b09acaf04753666f554e59797c92" diff --git a/pyproject.toml b/pyproject.toml index c981a61..bdd16bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pylint = "^3.2.1" mypy = "^1.10.0" flake8 = "^7.0.0" mkdocs = "^1.6.0" -mkdocs-material = "^9.5.23" +mkdocs-material = "^9.5.24" mkdocstrings = {extras = ["crystal", "python"], version = "^0.25.1"} mkdocs-git-revision-date-localized-plugin = "^1.2.5" mkdocs-git-committers-plugin-2 = "^2.3.0"