diff --git a/poetry.lock b/poetry.lock index 71d9311d..e1163f59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1551,13 +1551,13 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp [[package]] name = "mkdocs-material" -version = "9.5.3" +version = "9.5.4" description = "Documentation that simply works" optional = true python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.3-py3-none-any.whl", hash = "sha256:76c93a8525cceb0b395b9cedab3428bf518cf6439adef2b940f1c1574b775d89"}, - {file = "mkdocs_material-9.5.3.tar.gz", hash = "sha256:5899219f422f0a6de784232d9d40374416302ffae3c160cacc72969fcc1ee372"}, + {file = "mkdocs_material-9.5.4-py3-none-any.whl", hash = "sha256:efd7cc8ae03296d728da9bd38f4db8b07ab61f9738a0cbd0dfaf2a15a50e7343"}, + {file = "mkdocs_material-9.5.4.tar.gz", hash = "sha256:3d196ee67fad16b2df1a458d650a8ac1890294eaae368d26cee71bc24ad41c40"}, ] [package.dependencies] @@ -3292,4 +3292,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "f2e90bd416b8d81485e978ea28dbd1242e91a038cc66f6cf745916b8037ac5db" +content-hash = "8efe817ad8cf40c32b39f877af47c369fd5d6fd4965294f743383dcc172d77cd" diff --git a/pyproject.toml b/pyproject.toml index c4168777..054a17e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ google-api-python-client = "2.113.0" google-auth-httplib2 = ">=0.1,<0.3" jsonschema = "4.20.0" mkdocs = {version = "1.5.3", optional = true} -mkdocs-material = {version = "9.5.3", optional = true} +mkdocs-material = {version = "9.5.4", optional = true} msgraph-core = "0.2.2" msrestazure = "^0.6.4" pydantic = "1.10.13"