From fa545c7cff085f76096ac9e1fc588605bf5c76d9 Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Thu, 18 Jul 2024 08:50:11 +0100 Subject: [PATCH] pinned pysnmp version --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0b3553d2..0d226651 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click mysql-connector -pysnmp +pysnmp==4.4.12 pyasn1==0.4.8 jsonschema paramiko @@ -24,4 +24,4 @@ sphinx sphinx-rtd-theme # glitchtip/sentry integration -sentry-sdk[flask,celery] \ No newline at end of file +sentry-sdk[flask,celery] diff --git a/setup.py b/setup.py index a3db52be..7acff579 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( 'click', 'mysql-connector', 'pyasn1==0.4.8', - 'pysnmp', + 'pysnmp==4.4.12', 'jsonschema', 'paramiko', 'flask', -- GitLab