diff --git a/poetry.lock b/poetry.lock index 32f638e7..0fe04809 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,13 +395,13 @@ files = [ [[package]] name = "mike" -version = "2.1.2" +version = "2.1.3" description = "Manage multiple versions of your MkDocs-powered documentation" optional = false python-versions = "*" files = [ - {file = "mike-2.1.2-py3-none-any.whl", hash = "sha256:d61d9b423ab412d634ca2bd520136d5114e3cc73f4bbd1aa6a0c6625c04918c0"}, - {file = "mike-2.1.2.tar.gz", hash = "sha256:d59cc8054c50f9c8a046cfd47f9b700cf9ff1b2b19f420bd8812ca6f94fa8bd3"}, + {file = "mike-2.1.3-py3-none-any.whl", hash = "sha256:d90c64077e84f06272437b464735130d380703a76a5738b152932884c60c062a"}, + {file = "mike-2.1.3.tar.gz", hash = "sha256:abd79b8ea483fb0275b7972825d3082e5ae67a41820f8d8a0dc7a3f49944e810"}, ] [package.dependencies] @@ -1008,4 +1008,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8250b066d74fa4296635cddfa9b9179bfcb6f2aff5dbdc38fa81a7de45e01b90" +content-hash = "a2fe15892dabd95995b20caf7d5ad8cd49851f093ed5c9cce8b4b4c7fc45a2b4" diff --git a/pyproject.toml b/pyproject.toml index 277aed96..28296e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ semver = "^3.0.2" # Documentation generation dependencies. gitpython = "^3.1.43" mdx_truly_sane_lists = "^1.3" -mike = "^2.1.2" +mike = "^2.1.3" mkdocs = "^1.5.3" mkdocs-material = "^9.5.18"