From 1ee7a671b5e020c9155385872e4f1e385c0bf8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:31:22 -0700 Subject: [PATCH] chore(deps-dev): bump watchdog from 3.0.0 to 4.0.0 (#503) --- hyundai_kia_connect_api/KiaUvoAPIUSA.py | 5 +++-- requirements_dev.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hyundai_kia_connect_api/KiaUvoAPIUSA.py b/hyundai_kia_connect_api/KiaUvoAPIUSA.py index ea9afb8c..a9e6b018 100644 --- a/hyundai_kia_connect_api/KiaUvoAPIUSA.py +++ b/hyundai_kia_connect_api/KiaUvoAPIUSA.py @@ -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) diff --git a/requirements_dev.txt b/requirements_dev.txt index 54916e74..b412b7bf 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -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