Skip to content

Commit 8165422

Browse files
authored
chrome: remove dependency workaround for mkdocs-macro-plugin (#2639)
chrome: remove version pin for mkdocs-macro-plugin
1 parent a6acd2a commit 8165422

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,10 @@ bin = [
7979
docs = [
8080
"jinja2>=3.1.2",
8181
"mkdocs-include-markdown-plugin==6.2.2",
82-
"mkdocs-macros-plugin",
82+
"mkdocs-macros-plugin>=1.4.1",
8383
"mkdocs==1.6.1",
8484
"pymdown-extensions",
8585
"rich",
86-
# transitive dep of mkdocs-macros-plugin
87-
# https://github.com/fralau/mkdocs-macros-plugin/issues/269
88-
"requests",
8986
]
9087
test = [
9188
"build",

0 commit comments

Comments
 (0)