Update types packages (#84381)

This commit is contained in:
Marc Mueller 2022-12-21 19:15:55 +01:00 committed by GitHub
parent d41fe01736
commit 19acbf0d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 12 deletions

View file

@ -142,7 +142,7 @@ class SafeLineLoader(yaml.SafeLoader):
def get_stream_name(self) -> str:
"""Get the name of the stream."""
return self.stream.name or ""
return getattr(self.stream, "name", "")
LoaderType = Union[SafeLineLoader, SafeLoader]

View file

@ -33,19 +33,17 @@ stdlib-list==0.7.0
tomli==2.0.1;python_version<"3.11"
tqdm==4.64.0
types-atomicwrites==1.4.1
types-croniter==1.0.0
types-croniter==1.0.6
types-backports==0.1.3
types-certifi==0.1.4
types-chardet==0.1.5
types-decorator==0.1.7
types-enum34==0.1.8
types-ipaddress==0.1.5
types-decorator==5.1.1
types-enum34==1.1.8
types-ipaddress==1.0.8
types-paho-mqtt==1.6.0.1
types-pkg-resources==0.1.3
types-python-dateutil==2.8.19.2
types-python-dateutil==2.8.19.5
types-python-slugify==0.1.2
types-pytz==2021.1.2
types-PyYAML==5.4.6
types-requests==2.28.0
types-toml==0.1.5
types-ujson==0.1.1
types-pytz==2022.7.0.0
types-PyYAML==6.0.12.2
types-requests==2.28.11.6
types-toml==0.10.8.1