Skip to content

Commit

Permalink
use scapy release version with all necessary fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-sahlmann committed Oct 2, 2024
1 parent 191c3a8 commit 87cabe3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apk add \
gcc \
musl-dev \
python3-dev
RUN pip install scapy@git+https://github.com/secdev/scapy@refs/pull/4424/merge
WORKDIR /usr/lib/python3.11/site-packages
COPY . /usr/lib/python3.11/site-packages/mb_netmgmt
RUN pip install /usr/lib/python3.11/site-packages/mb_netmgmt
Expand Down
2 changes: 1 addition & 1 deletion mb_netmgmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with mb-netmgmt. If not, see <https://www.gnu.org/licenses/

"""Network Management Protocols for Mountebank"""
__version__ = "0.0.85"
__version__ = "0.0.86"

import os
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies = [
"paramiko>=2.12.0",
"ruamel.yaml",
"requests",
"scapy",
"scapy>=2.6.0",
"exscript",
]

0 comments on commit 87cabe3

Please sign in to comment.