mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-21 00:25:48 +02:00
Updated librouteros requirement to 3.4.1
This commit is contained in:
parent
339b01dda3
commit
07f81b887e
3 changed files with 3 additions and 3 deletions
2
Pipfile
2
Pipfile
|
@ -24,5 +24,5 @@ requests_mock = "==1.7.0"
|
||||||
responses = "==0.10.6"
|
responses = "==0.10.6"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
librouteros = ">=3.2.0"
|
librouteros = ">=3.4.1"
|
||||||
mac-vendor-lookup = ">=0.1.12"
|
mac-vendor-lookup = ">=0.1.12"
|
|
@ -7,7 +7,7 @@
|
||||||
"issue_tracker": "https://github.com/tomaae/homeassistant-mikrotik_router/issues",
|
"issue_tracker": "https://github.com/tomaae/homeassistant-mikrotik_router/issues",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"librouteros>=3.2.0",
|
"librouteros>=3.4.1",
|
||||||
"mac-vendor-lookup>=0.1.12"
|
"mac-vendor-lookup>=0.1.12"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
librouteros>=3.2.0
|
librouteros>=3.4.1
|
||||||
mac-vendor-lookup>=0.1.12
|
mac-vendor-lookup>=0.1.12
|
Loading…
Add table
Add a link
Reference in a new issue