diff --git a/poetry.lock b/poetry.lock index 423f19d..225f3d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -390,7 +390,7 @@ mkdocs = ">=1.0" [[package]] name = "mkdocs-material" -version = "8.1.9" +version = "8.2.5" description = "A Material Design theme for MkDocs" category = "dev" optional = false @@ -716,7 +716,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "0a671579ee2f6557f7f79bb88d04fe7682d8621b4206feaa55417b7f5b9b1864" +content-hash = "746138f501cf1ce9ce87cabf216b75092885d2d5540ace15fd84ed6f486a4fcc" [metadata.files] aiohttp = [ @@ -1167,8 +1167,8 @@ mkdocs-git-revision-date-localized-plugin = [ {file = "mkdocs_git_revision_date_localized_plugin-1.0.0-py3-none-any.whl", hash = "sha256:15086eb25129347e63da7c109c6f9834a2937a1e1c91fb850be13645e6a21dbe"}, ] mkdocs-material = [ - {file = "mkdocs-material-8.1.9.tar.gz", hash = "sha256:a15873a5e116bf4615af4fcedc85a0537492464365286cba50310d96fb066958"}, - {file = "mkdocs_material-8.1.9-py2.py3-none-any.whl", hash = "sha256:6feb433f29227b862418bd1009edeec2e52870770c476bf02840fc094b8823f2"}, + {file = "mkdocs-material-8.2.5.tar.gz", hash = "sha256:cdfb39edc77f5c2bbfca02b4fc3764de38b2093eff121aed37674204439901ce"}, + {file = "mkdocs_material-8.2.5-py2.py3-none-any.whl", hash = "sha256:95283c6af633809f32ba688fcf9bce4604af320e188d3e26fcb40d0e5ab9b823"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pyproject.toml b/pyproject.toml index b7fedb3..ddcf11a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest-asyncio = "0.17.2" pytest-mock = "^3.7.0" pytest-cov = "^3.0.0" mkdocs = "^1.2.3" -mkdocs-material = "^8.1.8" +mkdocs-material = "^8.2.5" mkdocs-git-revision-date-localized-plugin = "^1.0.0" black = "*"