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
@@ -19,7 +19,7 @@ class LogReader:
self, error_type: type[BaseException] | None, value: BaseException | None, traceback: TracebackType | None
) -> None: ...
def __iter__(self) -> Iterator[str]: ...
def readlines(self, until: int = ...) -> Generator[tuple[int, str], None, None]: ...
def readlines(self, until: int = ...) -> Generator[tuple[int, str]]: ...
def cron_date_to_datetime(cron_str: str) -> datetime: ...