Skip to content

Commit 4208399

Browse files
authored
1 parent ece4af2 commit 4208399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/data/test_package_generation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dev = [
1515
"twine",
1616
]
1717
docs = [
18-
"mkdocs",
1918
"mkdocs-include-markdown-plugin",
2019
"mkdocs-material",
20+
"mkdocs<2",
2121
"mkdocstrings",
2222
"mkdocstrings-python",
2323
]

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dev = [
1515
"twine",
1616
]
1717
docs = [
18-
"mkdocs",
1918
"mkdocs-include-markdown-plugin",
2019
"mkdocs-material",
20+
"mkdocs<2",
2121
"mkdocstrings",
2222
"mkdocstrings-python",
2323
]

0 commit comments

Comments
 (0)