diff --git a/poetry.lock b/poetry.lock index 7af5c8d6..6ca04e77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -251,7 +251,7 @@ test = ["coverage", "flake8 (>=3.0)", "shtab"] [[package]] name = "mkdocs" -version = "1.2.2" +version = "1.2.3" description = "Project documentation with Markdown." category = "main" optional = false @@ -555,7 +555,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "c19d1d90a714ee0b32332d2d5df8890c6903359f0377847e8ffda09ff2f82f7c" +content-hash = "6ac55761d7a40fecca04d899ca04e135c6650ea58f4991a1b9e58a290aaaa2a6" [metadata.files] atomicwrites = [ @@ -694,8 +694,8 @@ mike = [ {file = "mike-1.1.2.tar.gz", hash = "sha256:56c3f1794c2d0b5fdccfa9b9487beb013ca813de2e3ad0744724e9d34d40b77b"}, ] mkdocs = [ - {file = "mkdocs-1.2.2-py3-none-any.whl", hash = "sha256:d019ff8e17ec746afeb54eb9eb4112b5e959597aebc971da46a5c9486137f0ff"}, - {file = "mkdocs-1.2.2.tar.gz", hash = "sha256:a334f5bd98ec960638511366eb8c5abc9c99b9083a0ed2401d8791b112d6b078"}, + {file = "mkdocs-1.2.3-py3-none-any.whl", hash = "sha256:a1fa8c2d0c1305d7fc2b9d9f607c71778572a8b110fb26642aa00296c9e6d072"}, + {file = "mkdocs-1.2.3.tar.gz", hash = "sha256:89f5a094764381cda656af4298727c9f53dc3e602983087e1fe96ea1df24f4c1"}, ] mkdocs-material = [ {file = "mkdocs-material-7.2.8.tar.gz", hash = "sha256:b9a3d1cda28310acf74842a227fedc90d26e407742d3d7ffc0cdcf0560d22ed3"}, diff --git a/pyproject.toml b/pyproject.toml index 1c441cf9..b0d3a246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ semver = "^2.13.0" gitpython = "^3.1.24" mdx_truly_sane_lists = "^1.2" mike = "^1.1.2" -mkdocs = "^1.2.1" +mkdocs = "^1.2.3" mkdocs-material = "^7.2.8" [tool.poetry.dev-dependencies]