From 23d67518e25ab1b6de2939eea9a569215c6c8fd6 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Thu, 16 Nov 2023 09:28:49 +0100 Subject: [PATCH] Require pynetsnmp-2>=0.1.10 Version 0.1.10 contains bugfixes that are crucial for SNMPv3 support. This also removes the upper bounds of the version number, as we control the pynetsnmp-2 dependency anyway. --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a5b1a93390..d6a062851b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,7 +29,7 @@ crispy-forms-foundation>=0.7,<0.8 # REST framework iso8601 -pynetsnmp-2>=0.1.8,<0.2.0 +pynetsnmp-2>=0.1.10 # libsass for compiling scss files to css using distutils/setuptools libsass==0.15.1