From: Otto Moerbeek Date: Wed, 17 Jul 2024 12:44:11 +0000 (+0200) Subject: Also pin pysnmp version for dnsdist regression tests X-Git-Tag: rec-5.2.0-alpha1~168^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14486%2Fhead;p=thirdparty%2Fpdns.git Also pin pysnmp version for dnsdist regression tests --- diff --git a/regression-tests.dnsdist/requirements.txt b/regression-tests.dnsdist/requirements.txt index 13ce6de184..72ee0cac00 100644 --- a/regression-tests.dnsdist/requirements.txt +++ b/regression-tests.dnsdist/requirements.txt @@ -5,7 +5,7 @@ libnacl>=1.4.3,<1.7 requests>=2.1.0 protobuf>=3.0 pyasn1==0.4.8 -pysnmp>=4.3.4 +pysnmp>=5,<6 future>=0.17.1 pycurl>=7.43.0 lmdb>=0.95