From 14eafd39eea7d688068dbf5bae7f9eb13c833246 Mon Sep 17 00:00:00 2001 From: Joshua Napoli Date: Sat, 20 Dec 2025 10:31:48 -0500 Subject: [PATCH] Change whis type to support tuple in categorical.pyi --- stubs/seaborn/seaborn/categorical.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/seaborn/seaborn/categorical.pyi b/stubs/seaborn/seaborn/categorical.pyi index b3c946d92d27..eed93a807628 100644 --- a/stubs/seaborn/seaborn/categorical.pyi +++ b/stubs/seaborn/seaborn/categorical.pyi @@ -27,7 +27,7 @@ def boxplot( dodge: bool | Literal["auto"] = "auto", width: float = 0.8, gap: float = 0, - whis: float = 1.5, + whis: float | tuple[float, float] = 1.5, linecolor: ColorType = "auto", linewidth: float | None = None, fliersize: float | None = None,