We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e331e commit dc21054Copy full SHA for dc21054
2 files changed
pyproject.toml
@@ -13,7 +13,7 @@ dev = [
13
"pytest-playwright>=0.7.2",
14
"pytest-alembic>=0.12.1",
15
"pytest-mock-resources[docker]>=2.12.4",
16
- "mkdocs>=1.6.1",
+ "mkdocs>=1.6.1,<2.0", # 2.0.0 will break mkdocs-material
17
"pymdown-extensions>=10.19.1",
18
"mkdocs-material[imaging]>=9.7.0",
19
"virtualenv>=20.36.1", # state explictly to bump version for security reasons
0 commit comments