Update types packages (#100850)

This commit is contained in:
Marc Mueller 2023-09-25 18:53:22 +02:00 committed by GitHub
parent 30c7e7fbdf
commit 11e8bf0b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 15 deletions

View File

@ -35,7 +35,7 @@ on:
env: env:
CACHE_VERSION: 5 CACHE_VERSION: 5
PIP_CACHE_VERSION: 4 PIP_CACHE_VERSION: 4
MYPY_CACHE_VERSION: 4 MYPY_CACHE_VERSION: 5
BLACK_CACHE_VERSION: 1 BLACK_CACHE_VERSION: 1
HA_SHORT_VERSION: "2023.10" HA_SHORT_VERSION: "2023.10"
DEFAULT_PYTHON: "3.11" DEFAULT_PYTHON: "3.11"

View File

@ -203,7 +203,7 @@ def _parse_yaml(
# If configuration file is empty YAML returns None # If configuration file is empty YAML returns None
# We convert that to an empty dict # We convert that to an empty dict
return ( return (
yaml.load(content, Loader=lambda stream: loader(stream, secrets)) yaml.load(content, Loader=lambda stream: loader(stream, secrets)) # type: ignore[arg-type]
or NodeDictClass() or NodeDictClass()
) )

View File

@ -33,23 +33,20 @@ requests-mock==1.11.0
respx==0.20.2 respx==0.20.2
syrupy==4.5.0 syrupy==4.5.0
tqdm==4.66.1 tqdm==4.66.1
types-aiofiles==22.1.0 types-aiofiles==23.2.0.0
types-atomicwrites==1.4.5.1 types-atomicwrites==1.4.5.1
types-croniter==1.0.6 types-croniter==1.0.6
types-backports==0.1.3
types-beautifulsoup4==4.12.0.6 types-beautifulsoup4==4.12.0.6
types-caldav==1.3.0.0 types-caldav==1.3.0.0
types-chardet==0.1.5 types-chardet==0.1.5
types-decorator==5.1.8.3 types-decorator==5.1.8.4
types-enum34==1.1.8 types-paho-mqtt==1.6.0.7
types-ipaddress==1.0.8 types-Pillow==10.0.0.3
types-paho-mqtt==1.6.0.6 types-protobuf==4.24.0.2
types-Pillow==10.0.0.2 types-psutil==5.9.5.16
types-pkg-resources==0.1.3 types-python-dateutil==2.8.19.14
types-psutil==5.9.5
types-python-dateutil==2.8.19.13
types-python-slugify==0.1.2 types-python-slugify==0.1.2
types-pytz==2023.3.0.0 types-pytz==2023.3.1.1
types-PyYAML==6.0.12.2 types-PyYAML==6.0.12.12
types-requests==2.31.0.1 types-requests==2.31.0.3
types-xmltodict==0.13.0.3 types-xmltodict==0.13.0.3