From 6c483b46fb2b2e2058fc592e9ad678831fcee398 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 15 Jun 2026 09:29:46 +0200 Subject: [PATCH] Bump pysnmp to 7.1.27 (#173791) --- homeassistant/components/snmp/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/snmp/manifest.json b/homeassistant/components/snmp/manifest.json index dc624f1d1608..20cd125ee666 100644 --- a/homeassistant/components/snmp/manifest.json +++ b/homeassistant/components/snmp/manifest.json @@ -6,5 +6,5 @@ "iot_class": "local_polling", "loggers": ["pyasn1", "pysmi", "pysnmp"], "quality_scale": "legacy", - "requirements": ["pysnmp==7.1.22"] + "requirements": ["pysnmp==7.1.27"] } diff --git a/requirements_all.txt b/requirements_all.txt index 068e8c6680ef..fb3a99b7d96d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2576,7 +2576,7 @@ pysml==0.1.8 pysmlight==0.3.2 # homeassistant.components.snmp -pysnmp==7.1.22 +pysnmp==7.1.27 # homeassistant.components.snooz pysnooz==0.8.6