fix(deps): update dependency pysnmp-lextudio to <6.3.1

This commit is contained in:
renovate[bot]
2025-04-30 12:09:19 +00:00
committed by GitHub
parent 1e7e0c056b
commit 1be8d528ed
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ pygal
pymdstat
pymongo
pySMART.smartx
pysnmp-lextudio<6.2.0 # Pinned witing implementation of #2874
pysnmp-lextudio<6.3.1 # Pinned witing implementation of #2874
python-dateutil
pyzmq
requests

View File

@@ -90,7 +90,7 @@ ip = ["netifaces2"]
raid = ["pymdstat"]
sensors = ["batinfo; platform_system == 'Linux'"]
smart = ["pySMART.smartx"]
snmp = ["pysnmp-lextudio<6.2.0"]
snmp = ["pysnmp-lextudio<6.3.1"]
sparklines = ["sparklines"]
web = [
"fastapi>=0.82.0",