diff --git a/poetry.lock b/poetry.lock index c8cfe9a..2493d98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -799,13 +799,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.28" +version = "9.5.29" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.28-py3-none-any.whl", hash = "sha256:ff48b11b2a9f705dd210409ec3b418ab443dd36d96915bcba45a41f10ea27bfd"}, - {file = "mkdocs_material-9.5.28.tar.gz", hash = "sha256:9cba305283ad1600e3d0a67abe72d7a058b54793b47be39930911a588fe0336b"}, + {file = "mkdocs_material-9.5.29-py3-none-any.whl", hash = "sha256:afc1f508e2662ded95f0a35a329e8a5acd73ee88ca07ba73836eb6fcdae5d8b4"}, + {file = "mkdocs_material-9.5.29.tar.gz", hash = "sha256:3e977598ec15a4ddad5c4dfc9e08edab6023edb51e88f0729bd27be77e3d322a"}, ] [package.dependencies] @@ -1812,4 +1812,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4892e686901af6cefc907ebd2eef37b5683a23ff3413ab9bb63c7e3ff18750aa" +content-hash = "fbef9c3ae2dce6a385b01ebfa41a3beaae23c5eebc790ef6c84a2c4d11a1a5e4" diff --git a/pyproject.toml b/pyproject.toml index 73a95d9..27db7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ commitizen = "^3.0.0" pre-commit = "^3.3.0" # documentation mkdocs = "^1.3.0" -mkdocs-material = "^9.5.28" +mkdocs-material = "^9.5.29" [build-system] requires = ["poetry>=1.7.0"]