Update most test/lint dependencies (#15582)

This commit is contained in:
renovate[bot]
2026-04-01 17:54:51 +02:00
committed by GitHub
parent 8ffc43610f
commit 8b31f2639e
142 changed files with 310 additions and 357 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ class FacetGrid(Grid):
subplot_kws: dict[str, Any] | None = None,
gridspec_kws: dict[str, Any] | None = None,
) -> None: ...
def facet_data(self) -> Generator[tuple[tuple[int, int, int], DataFrame], None, None]: ...
def facet_data(self) -> Generator[tuple[tuple[int, int, int], DataFrame]]: ...
def map(self, func: Callable[..., object], *args: str, **kwargs: Any) -> Self: ...
def map_dataframe(self, func: Callable[..., object], *args: str, **kwargs: Any) -> Self: ...
def facet_axis(self, row_i: int, col_j: int, modify_state: bool = True) -> Axes: ...