Description: add dim to Attrs initialization to work with prompt-toolkit=3.0.52
Author: Ananthu C V <weepingclown@debian.org>
Bug: https://github.com/tmbo/questionary/issues/461
Forwarded: https://github.com/tmbo/questionary/pull/462
Last-Update: 2025-09-07
--- a/tests/prompts/test_common.py
+++ b/tests/prompts/test_common.py
@@ -229,2 +229,3 @@
             strike=False,
+            dim=False,
         )
