mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Bump psutil to 7.2.2 (#167263)
This commit is contained in:
@@ -9,7 +9,7 @@ import os
|
||||
from typing import TYPE_CHECKING, Any, NamedTuple
|
||||
|
||||
from psutil import Process
|
||||
from psutil._common import sbattery, sdiskusage, shwtemp, snetio, snicaddr, sswap
|
||||
from psutil._ntuples import sbattery, sdiskusage, shwtemp, snetio, snicaddr, sswap
|
||||
import psutil_home_assistant as ha_psutil
|
||||
|
||||
from homeassistant.components.binary_sensor import DOMAIN as BINARY_SENSOR_DOMAIN
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/systemmonitor",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["psutil"],
|
||||
"requirements": ["psutil-home-assistant==0.0.1", "psutil==7.1.2"],
|
||||
"requirements": ["psutil-home-assistant==0.0.1", "psutil==7.2.2"],
|
||||
"single_config_entry": true
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ import os
|
||||
import re
|
||||
from typing import Any
|
||||
|
||||
from psutil._common import sfan, shwtemp
|
||||
from psutil._ntuples import sfan, shwtemp
|
||||
import psutil_home_assistant as ha_psutil
|
||||
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
Generated
+1
-1
@@ -1832,7 +1832,7 @@ proxmoxer==2.3.0
|
||||
psutil-home-assistant==0.0.1
|
||||
|
||||
# homeassistant.components.systemmonitor
|
||||
psutil==7.1.2
|
||||
psutil==7.2.2
|
||||
|
||||
# homeassistant.components.pulseaudio_loopback
|
||||
pulsectl==23.5.2
|
||||
|
||||
@@ -44,7 +44,7 @@ types-chardet==0.1.5
|
||||
types-decorator==5.2.0.20251101
|
||||
types-pexpect==4.9.0.20250916
|
||||
types-protobuf==6.30.2.20250914
|
||||
types-psutil==7.1.1.20251122
|
||||
types-psutil==7.2.2.20260402
|
||||
types-pyserial==3.5.0.20251001
|
||||
types-python-dateutil==2.9.0.20260124
|
||||
types-python-slugify==8.0.2.20240310
|
||||
|
||||
Generated
+1
-1
@@ -1590,7 +1590,7 @@ proxmoxer==2.3.0
|
||||
psutil-home-assistant==0.0.1
|
||||
|
||||
# homeassistant.components.systemmonitor
|
||||
psutil==7.1.2
|
||||
psutil==7.2.2
|
||||
|
||||
# homeassistant.components.pushbullet
|
||||
pushbullet.py==0.11.0
|
||||
|
||||
@@ -7,7 +7,7 @@ import socket
|
||||
from unittest.mock import AsyncMock, Mock, NonCallableMock, patch
|
||||
|
||||
from psutil import NoSuchProcess, Process
|
||||
from psutil._common import (
|
||||
from psutil._ntuples import (
|
||||
sbattery,
|
||||
sdiskpart,
|
||||
sdiskusage,
|
||||
|
||||
@@ -5,7 +5,7 @@ import socket
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
from freezegun.api import FrozenDateTimeFactory
|
||||
from psutil._common import sdiskpart, sdiskusage, shwtemp, snetio, snicaddr
|
||||
from psutil._ntuples import sdiskpart, sdiskusage, shwtemp, snetio, snicaddr
|
||||
import pytest
|
||||
from syrupy.assertion import SnapshotAssertion
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
from unittest.mock import Mock
|
||||
|
||||
from psutil._common import sdiskpart
|
||||
from psutil._ntuples import sdiskpart
|
||||
import pytest
|
||||
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
Reference in New Issue
Block a user