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
@@ -196,7 +196,7 @@ class BlockingChannel:
def stop_consuming(self, consumer_tag=None) -> None: ...
def consume(
self, queue, auto_ack: bool = False, exclusive: bool = False, arguments=None, inactivity_timeout=None
) -> Generator[Incomplete, None, None]: ...
) -> Generator[Incomplete]: ...
def get_waiting_message_count(self): ...
def cancel(self): ...
def basic_ack(self, delivery_tag: int = 0, multiple: bool = False) -> None: ...