Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,9 @@ constraint-dependencies = [
"soupsieve>=2.8.4",
"nbconvert>=7.17.1",
]
# Overrides, not constraints: marimo pins `pymdown-extensions<11`, and the fix for the
# b64 path-traversal advisory only ships in 11.0. A constraint cannot beat that upper
# pin, so the pin is overridden here. Drop this once marimo allows 11.x.
override-dependencies = [
"pymdown-extensions>=11.0.1",
]
7 changes: 4 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading