diff --git a/poetry.lock b/poetry.lock index c2166479..037d5277 100644 --- a/poetry.lock +++ b/poetry.lock @@ -389,13 +389,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.29" +version = "9.5.30" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.29-py3-none-any.whl", hash = "sha256:afc1f508e2662ded95f0a35a329e8a5acd73ee88ca07ba73836eb6fcdae5d8b4"}, - {file = "mkdocs_material-9.5.29.tar.gz", hash = "sha256:3e977598ec15a4ddad5c4dfc9e08edab6023edb51e88f0729bd27be77e3d322a"}, + {file = "mkdocs_material-9.5.30-py3-none-any.whl", hash = "sha256:fc070689c5250a180e9b9d79d8491ef9a3a7acb240db0728728d6c31eeb131d4"}, + {file = "mkdocs_material-9.5.30.tar.gz", hash = "sha256:3fd417dd42d679e3ba08b9e2d72cd8b8af142cc4a3969676ad6b00993dd182ec"}, ] [package.dependencies] @@ -853,4 +853,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7d96eac16cb8c4a6f2a31b67d97e5f70aa66d9471c738aa2ac633a1128fe3258" +content-hash = "30a45703bcae2eb2a757a3607733c7f2d73850ec15673bcced04b60e6e957724" diff --git a/pyproject.toml b/pyproject.toml index bdd1a37a..092ad182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["linxside "] [tool.poetry.dependencies] python = "^3.8" mkdocs = "1.6.0" -mkdocs-material = "9.5.29" +mkdocs-material = "9.5.30" [tool.poetry.dev-dependencies] pytest = "^8.0.0"