Update typing: Dict[...]
Review Request #14773 — Created Jan. 12, 2026 and submitted — Latest diff uploaded
This change updates the type hints in the rbtools codebase to replace
Dict[...]with eitherdict[...]orMapping[...]as appropriate (or
in a couple cases,RBToolsConfig).
Ran unit tests.