mirror of
https://github.com/astral-sh/ruff
synced 2026-01-17 19:40:49 -05:00
This PR upgrades RustPython to fix the type of `Dict.keys` to `Vec<Option<Expr>>` (see https://github.com/RustPython/RustPython/pull/4449 for why this change was needed) and unblock #1884.