diff --git a/poetry.lock b/poetry.lock index 615c73a7..2b26f15a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1166,21 +1166,21 @@ files = [ [[package]] name = "mike" -version = "2.1.4" +version = "2.2.0" description = "Manage multiple versions of your MkDocs-powered documentation" optional = false python-versions = "*" groups = ["docs"] files = [ - {file = "mike-2.1.4-py3-none-any.whl", hash = "sha256:39933e992e155dd70f2297e749a0ed78d8fd7942bc33a3666195d177758a280e"}, - {file = "mike-2.1.4.tar.gz", hash = "sha256:75d549420b134603805a65fc67f7dcd9fcd0ad1454fb2c893d9e844cba1aa6e4"}, + {file = "mike-2.2.0-py3-none-any.whl", hash = "sha256:e1f4981c1152eec7c2490a3401142292cc47d686194188416db2648fdfe1d040"}, + {file = "mike-2.2.0.tar.gz", hash = "sha256:1e3858e32c0f125aac14432fc7848434358f9ae0962c5c5cde387ad47f6ad25e"}, ] [package.dependencies] importlib-metadata = {version = "*", markers = "python_version < \"3.10\""} importlib-resources = {version = "*", markers = "python_version < \"3.10\""} jinja2 = ">=2.7" -mkdocs = ">=1.0" +mkdocs = ">=1.0,<2.0" pyparsing = ">=3.0" pyyaml = ">=5.1" pyyaml-env-tag = "*" @@ -3059,4 +3059,4 @@ mini = ["PyYAML"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "4294613ec37d6f9e302ec883de72001368054817215beb1b47a69d4b2a5f078d" +content-hash = "e4d8ba74de5f1123e1aee599d283a85bea4699dcdd2ca97defafd329181f6faf" diff --git a/pyproject.toml b/pyproject.toml index 51d802e0..6f3eda69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,6 +107,6 @@ mkdocs-material = "^9.7.6" mkdocs-autorefs = "^1.4.4" mkdocstrings = ">=0.24.1,<0.31.0" mkdocstrings-python = "^1.18.2" -mike = "^2.1.4" +mike = "^2.2.0" mkdocs-git-revision-date-localized-plugin = "^1.5.0" mkdocs-git-committers-plugin-2 = {version = "^2.5.0", python = ">=3.8,<4"}