Updated librouteros requirement to 3.4.1

This commit is contained in:
Tomaae 2025-02-02 05:16:09 +01:00
parent 339b01dda3
commit 07f81b887e
No known key found for this signature in database
GPG key ID: 60C51A657EEF2D87
3 changed files with 3 additions and 3 deletions

View file

@ -24,5 +24,5 @@ requests_mock = "==1.7.0"
responses = "==0.10.6"
[packages]
librouteros = ">=3.2.0"
librouteros = ">=3.4.1"
mac-vendor-lookup = ">=0.1.12"

View file

@ -7,7 +7,7 @@
"issue_tracker": "https://github.com/tomaae/homeassistant-mikrotik_router/issues",
"dependencies": [],
"requirements": [
"librouteros>=3.2.0",
"librouteros>=3.4.1",
"mac-vendor-lookup>=0.1.12"
],
"codeowners": [

View file

@ -1,2 +1,2 @@
librouteros>=3.2.0
librouteros>=3.4.1
mac-vendor-lookup>=0.1.12