diff --git a/poetry.lock b/poetry.lock index 7b9b86a..930fead 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.5.3" 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.5.3-py3-none-any.whl", hash = "sha256:76c93a8525cceb0b395b9cedab3428bf518cf6439adef2b940f1c1574b775d89"}, + {file = "mkdocs_material-9.5.3.tar.gz", hash = "sha256:5899219f422f0a6de784232d9d40374416302ffae3c160cacc72969fcc1ee372"}, ] [package.dependencies] @@ -502,7 +502,7 @@ babel = ">=2.10,<3.0" colorama = ">=0.4,<1.0" jinja2 = ">=3.0,<4.0" markdown = ">=3.2,<4.0" -mkdocs = ">=1.5.3,<2.0" +mkdocs = ">=1.5.3,<1.6.0" mkdocs-material-extensions = ">=1.3,<2.0" paginate = ">=0.5,<1.0" pygments = ">=2.16,<3.0" @@ -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 = "0e011d253c806afef4b99fb60793566d3ac16ff70c8f1efbac1bb0e3dce01fb7" diff --git a/pyproject.toml b/pyproject.toml index e835889..d8f8949 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.5.3", python = ">=3.8" } mkdocstrings = { version = "0.23.0", extras = ["python"], python = ">=3.8" } [tool.poe.tasks]