Skip to content

Commit

Permalink
chore(deps-dev): bump watchdog from 3.0.0 to 4.0.0 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 017e75d commit 1ee7a67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions hyundai_kia_connect_api/KiaUvoAPIUSA.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
class KiaSSLAdapter(HTTPAdapter):
def init_poolmanager(self, *args, **kwargs):
context = create_urllib3_context(
ciphers='DEFAULT:@SECLEVEL=1', ssl_version=ssl.PROTOCOL_TLSv1_2)
kwargs['ssl_context'] = context
ciphers="DEFAULT:@SECLEVEL=1", ssl_version=ssl.PROTOCOL_TLSv1_2
)
kwargs["ssl_context"] = context
return super().init_poolmanager(*args, **kwargs)


Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ pytz>=2021.3
Sphinx==7.2.6
tox==4.12.1
twine==4.0.2
watchdog==3.0.0
watchdog==4.0.0
wheel==0.42.0

0 comments on commit 1ee7a67

Please sign in to comment.