Skip to content

Commit dc21054

Browse files
committed
deps: run uv lock --upgrade
pin mkdocs to less than 2.0.0 as will introduce breaking changes
1 parent c3e331e commit dc21054

2 files changed

Lines changed: 470 additions & 455 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dev = [
1313
"pytest-playwright>=0.7.2",
1414
"pytest-alembic>=0.12.1",
1515
"pytest-mock-resources[docker]>=2.12.4",
16-
"mkdocs>=1.6.1",
16+
"mkdocs>=1.6.1,<2.0", # 2.0.0 will break mkdocs-material
1717
"pymdown-extensions>=10.19.1",
1818
"mkdocs-material[imaging]>=9.7.0",
1919
"virtualenv>=20.36.1", # state explictly to bump version for security reasons

0 commit comments

Comments
 (0)