diff --git a/const.py b/const.py index ea805b2..c8baafc 100644 --- a/const.py +++ b/const.py @@ -1,4 +1,4 @@ -VERSION = "v1.0.2.1" +VERSION = "v1.0.3" OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles" diff --git a/requirements.txt b/requirements.txt index dc0ef4c..66db402 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ requests~=2.29.0 dynaconf~=3.1.12 paho-mqtt~=1.6.1 -pytz~=2023.3 Babel~=2.12.1 \ No newline at end of file