1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Update types packages (#153330)

This commit is contained in:
Marc Mueller
2025-10-01 19:51:37 +02:00
committed by GitHub
parent 2983f1a3b6
commit 76606fd44f
2 changed files with 7 additions and 9 deletions
@@ -115,9 +115,7 @@ class PandoraMediaPlayer(MediaPlayerEntity):
async def _start_pianobar(self) -> bool:
pianobar = pexpect.spawn("pianobar", encoding="utf-8")
pianobar.delaybeforesend = None
# mypy thinks delayafterread must be a float but that is not what pexpect says
# https://github.com/pexpect/pexpect/blob/4.9/pexpect/expect.py#L170
pianobar.delayafterread = None # type: ignore[assignment]
pianobar.delayafterread = None
pianobar.delayafterclose = 0
pianobar.delayafterterminate = 0
_LOGGER.debug("Started pianobar subprocess")
+6 -6
View File
@@ -41,13 +41,13 @@ types-croniter==6.0.0.20250809
types-caldav==1.3.0.20250516
types-chardet==0.1.5
types-decorator==5.2.0.20250324
types-pexpect==4.9.0.20250809
types-protobuf==6.30.2.20250822
types-psutil==7.0.0.20250822
types-pyserial==3.5.0.20250822
types-pexpect==4.9.0.20250916
types-protobuf==6.30.2.20250914
types-psutil==7.0.0.20251001
types-pyserial==3.5.0.20251001
types-python-dateutil==2.9.0.20250822
types-python-slugify==8.0.2.20240310
types-pytz==2025.2.0.20250809
types-PyYAML==6.0.12.20250822
types-requests==2.32.4.20250809
types-PyYAML==6.0.12.20250915
types-requests==2.32.4.20250913
types-xmltodict==0.13.0.3