From 89783e543c22ea0cd8900982d4e18e76723a8a7e Mon Sep 17 00:00:00 2001 From: Tomaae Date: Sun, 20 Feb 2022 05:27:19 +0100 Subject: [PATCH] Updated requirements --- Pipfile | 4 ++-- custom_components/mikrotik_router/manifest.json | 2 +- hacs.json | 2 +- requirements.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 280b7ac..e86e29d 100644 --- a/Pipfile +++ b/Pipfile @@ -24,5 +24,5 @@ requests_mock = "==1.7.0" responses = "==0.10.6" [packages] -librouteros = "==3.0.0" -mac-vendor-lookup = "==0.1.11" \ No newline at end of file +librouteros = "==3.2.0" +mac-vendor-lookup = "==0.1.12" \ No newline at end of file diff --git a/custom_components/mikrotik_router/manifest.json b/custom_components/mikrotik_router/manifest.json index 4e33765..accce0b 100644 --- a/custom_components/mikrotik_router/manifest.json +++ b/custom_components/mikrotik_router/manifest.json @@ -8,7 +8,7 @@ "dependencies": [], "requirements": [ "librouteros==3.2.0", - "mac-vendor-lookup==0.1.11" + "mac-vendor-lookup==0.1.12" ], "codeowners": [ "@tomaae" diff --git a/hacs.json b/hacs.json index e3bfdc2..4062e8a 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Mikrotik Router", - "homeassistant": "2021.12.1", + "homeassistant": "2022.2.0", "iot_class": "local_poll", "domains": ["device_tracker", "switch", "button", "sensor", "binary_sensor"], "render_readme": false, diff --git a/requirements.txt b/requirements.txt index db7d688..bdd876e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -librouteros==3.0.0 -mac-vendor-lookup==0.1.11 \ No newline at end of file +librouteros==3.2.0 +mac-vendor-lookup==0.1.12 \ No newline at end of file