Skip to content

Commit 1ee7a67

Browse files
chore(deps-dev): bump watchdog from 3.0.0 to 4.0.0 (#503)
1 parent 017e75d commit 1ee7a67

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

hyundai_kia_connect_api/KiaUvoAPIUSA.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
class KiaSSLAdapter(HTTPAdapter):
4040
def init_poolmanager(self, *args, **kwargs):
4141
context = create_urllib3_context(
42-
ciphers='DEFAULT:@SECLEVEL=1', ssl_version=ssl.PROTOCOL_TLSv1_2)
43-
kwargs['ssl_context'] = context
42+
ciphers="DEFAULT:@SECLEVEL=1", ssl_version=ssl.PROTOCOL_TLSv1_2
43+
)
44+
kwargs["ssl_context"] = context
4445
return super().init_poolmanager(*args, **kwargs)
4546

4647

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ pytz>=2021.3
1111
Sphinx==7.2.6
1212
tox==4.12.1
1313
twine==4.0.2
14-
watchdog==3.0.0
14+
watchdog==4.0.0
1515
wheel==0.42.0

0 commit comments

Comments
 (0)