From ebc3c477500e3d7b58c97fbbb0d120da7b21561e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:20:52 +0000 Subject: [PATCH] chore(deps): update dependency pysnmp-lextudio to <6.3.1 --- optional-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/optional-requirements.txt b/optional-requirements.txt index 7df46a8d6..21ab85ab6 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 72f86fcc3..b3d6bf708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ ip = ["netifaces"] 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", "jinja2", "requests", "uvicorn"] wifi = ["wifi"]