diff --git a/poetry.lock b/poetry.lock index 7b9b86a..ef12c6c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "babel" @@ -488,13 +488,13 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.4.8" +version = "9.4.14" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.4.8-py3-none-any.whl", hash = "sha256:8b20f6851bddeef37dced903893cd176cf13a21a482e97705a103c45f06ce9b9"}, - {file = "mkdocs_material-9.4.8.tar.gz", hash = "sha256:f0c101453e8bc12b040e8b64ca39a405d950d8402609b1378cc2b98976e74b5f"}, + {file = "mkdocs_material-9.4.14-py3-none-any.whl", hash = "sha256:dbc78a4fea97b74319a6aa9a2f0be575a6028be6958f813ba367188f7b8428f6"}, + {file = "mkdocs_material-9.4.14.tar.gz", hash = "sha256:a511d3ff48fa8718b033e7e37d17abd9cc1de0fdf0244a625ca2ae2387e2416d"}, ] [package.dependencies] @@ -1290,4 +1290,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "0bb729a72da6dc99f3e602d382fd91dde65b59cb5fbfe6576641292cf457eb50" +content-hash = "6da15a736ac0c07a90f11c361a59503ea6e51ea3840c65c85130ed9c8cbca90e" diff --git a/pyproject.toml b/pyproject.toml index e835889..526fe52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ ruff = "0.1.3" [tool.poetry.group.docs.dependencies] mkdocs = { version = "1.5.3", python = ">=3.8" } -mkdocs-material = { version = "9.4.8", python = ">=3.8" } +mkdocs-material = { version = "9.4.14", python = ">=3.8" } mkdocstrings = { version = "0.23.0", extras = ["python"], python = ">=3.8" } [tool.poe.tasks]