From 01ecd4e01124e228be68723746e18f286a3c8ddd Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 16 Sep 2024 14:01:04 -0400 Subject: [PATCH] docs: bump pinned versions (#2011) Trying to fix ci; might need to add `pathspec` if this isn't enough. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9eae66ad7..455879134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,9 +64,9 @@ dev = [ ] docs = [ "jinja2>=3.1.2", - "mkdocs-include-markdown-plugin==2.8.0", + "mkdocs-include-markdown-plugin==6.2.2", "mkdocs-macros-plugin", - "mkdocs==1.3.1", + "mkdocs==1.6.1", "pymdown-extensions", ] test = [