Skip to content

Commit

Permalink
SKADE-685 [FIX] Pysnmp version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertodelaCruz committed Sep 24, 2024
1 parent 628eafb commit bda3799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/infsnmp3_devdocker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV VIRTUAL_ENV=/opt/venv
RUN python -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN python -m pip install --upgrade pip && python -m pip install snmpsim==0.1.5 pyasn1==0.4.8
RUN python -m pip install --upgrade pip && python -m pip install snmpsim==0.1.5 pyasn1==0.4.8 pysnmp==4.4.12

EXPOSE 1161/udp

Expand Down
1 change: 1 addition & 0 deletions requirements-versioned.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pysnmp==4.4.12
pysnmp-mibs==0.1.4
pysnmp-pyasn1==1.1.2
pysnmp-pysmi==1.1.10
Expand Down

0 comments on commit bda3799

Please sign in to comment.