diff --git a/poetry.lock b/poetry.lock index 65183f6..58c46f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aerich" @@ -1098,13 +1098,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.46" +version = "9.5.49" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.46-py3-none-any.whl", hash = "sha256:98f0a2039c62e551a68aad0791a8d41324ff90c03a6e6cea381a384b84908b83"}, - {file = "mkdocs_material-9.5.46.tar.gz", hash = "sha256:ae2043f4238e572f9a40e0b577f50400d6fc31e2fef8ea141800aebf3bd273d7"}, + {file = "mkdocs_material-9.5.49-py3-none-any.whl", hash = "sha256:c3c2d8176b18198435d3a3e119011922f3e11424074645c24019c2dcf08a360e"}, + {file = "mkdocs_material-9.5.49.tar.gz", hash = "sha256:3671bb282b4f53a1c72e08adbe04d2481a98f85fed392530051f80ff94a9621d"}, ] [package.dependencies] @@ -2456,4 +2456,4 @@ postgresql = ["asyncpg"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bafff44194ac4d47066a3a54f669fe421adab0be11649e53afc5a6bf7bbfb15e" +content-hash = "a6949afb418ac4ffbd6b0a554e9381f6b9eb177bb7cb74ff94de3c93b0304341" diff --git a/pyproject.toml b/pyproject.toml index 5da26f7..1007e8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ faker = "^33.1.0" [tool.poetry.group.docs.dependencies] mkdocs = "^1.6.0" -mkdocs-material = "^9.5.29" +mkdocs-material = "^9.5.49" [tool.poetry.group.tests.dependencies] pytest = "^8.3.4"