diff --git a/optional-requirements.txt b/optional-requirements.txt index e64a28f1..19774149 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -29,7 +29,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 diff --git a/pyproject.toml b/pyproject.toml index 3c986be1..688968d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,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",