diff --git a/poetry.lock b/poetry.lock index ff5a320a..6f2e1014 100644 --- a/poetry.lock +++ b/poetry.lock @@ -228,7 +228,7 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "8.3.7" +version = "8.3.8" description = "Documentation that simply works" category = "dev" optional = false @@ -525,7 +525,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "f6df1ff327ecaf8a9bfe213db9dca92167a350088c74354b95d920b176f24a18" +content-hash = "76501712b6ed2d0cb6b26b19f8c189740db66b5795cfb10709b51f278d96f626" [metadata.files] astunparse = [ @@ -686,8 +686,8 @@ mkdocs-autorefs = [ {file = "mkdocs_autorefs-0.4.1-py3-none-any.whl", hash = "sha256:a2248a9501b29dc0cc8ba4c09f4f47ff121945f6ce33d760f145d6f89d313f5b"}, ] mkdocs-material = [ - {file = "mkdocs-material-8.3.7.tar.gz", hash = "sha256:e0e01f5deeacb126ad0a64998bb66d512c24467f4c9550a0afc74f7f0719a9ae"}, - {file = "mkdocs_material-8.3.7-py2.py3-none-any.whl", hash = "sha256:f24ed0fc185dd88b036abc0425ce9e31ecf1e7e673bf01d3b168b373c08e629a"}, + {file = "mkdocs-material-8.3.8.tar.gz", hash = "sha256:b9cd305c3c29ef758931dae06e4aea0ca9f8bcc8ac6b2d45f10f932a015d6b83"}, + {file = "mkdocs_material-8.3.8-py2.py3-none-any.whl", hash = "sha256:949c75fa934d4b9ecc7b519964e58f0c9fc29f2ceb04736c85809cdbc403dfb5"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pyproject.toml b/pyproject.toml index c5085e4c..27fb63cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ splunk-sdk = ">=1.6.18" pytest-cov = "^3" pytest = "^7.1" mkdocs = "^1.3.0" -mkdocs-material = "^8.3.7" +mkdocs-material = "^8.3.8" mkdocstrings = "0.18.0" [tool.isort]